nixfiles/common/default.nix

9 lines
109 B
Nix

{
imports = [
./users
./environment.nix
./nginx.nix
./openssh.nix
./security.nix
];
}