nixos-configs/hosts/wim/cfg/main.nix

8 lines
52 B
Nix
Raw Normal View History

2023-09-29 23:46:34 -04:00
{ ... }:
{
imports = [
./security.nix
2023-09-29 23:46:34 -04:00
];
}