blep
This commit is contained in:
parent
1023e50fb9
commit
30fc5a37e3
3 changed files with 30 additions and 13 deletions
|
@ -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";
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/garage" = {
|
||||
device = "/dev/sda1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue