server enhancements

This commit is contained in:
kp2pml30 2025-01-27 01:16:41 +04:00
parent 95f65d9c03
commit a5dfa8c3f8
7 changed files with 69 additions and 15 deletions

View file

@ -17,12 +17,17 @@ in {
};
nginx = lib.mkEnableOption "";
sitePath = lib.mkOption {
type = lib.types.str;
};
};
imports = [
./ssh.nix
./nginx.nix
./boot.nix
./site.nix
];
config = {