Files
nix-config-ryan4yin/modules/nixos/server/server.nix
T

9 lines
74 B
Nix

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