nixos-configs/configurations/wim/modules/default.nix

5 lines
49 B
Nix

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