nixfiles/common/default.nix

10 lines
123 B
Nix

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