This commit is contained in:
waveringana 2025-06-16 17:37:29 -04:00
parent 1023e50fb9
commit 30fc5a37e3
3 changed files with 30 additions and 13 deletions

View file

@ -11,6 +11,17 @@
../../host-secrets.nix
];
# Enable modules
modules.caddy.enable = true;
modules.garage.enable = true;
modules.caddy = {
email = "ana@nekomimi.pet";
reverseProxies = {
"s3.nkp.pet" = ["valefar:3900" "morax:3900"];
};
};
system.stateVersion = "25.05";
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";