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

7 lines
52 B
Nix

{ ... }:
{
imports = [
./security.nix
];
}