improved backups + local dns instead of cloudflare
This commit is contained in:
@@ -55,12 +55,6 @@
|
||||
options = ["credentials=${config.age.secrets.smb.path}" "x-systemd.automount" "nofail" "noperm" "x-systemd.after=network-online.target" "x-systemd.automount-options=--timeout=30" "_netdev"];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/backups" = {
|
||||
device = "//10.0.0.5/infra/backups";
|
||||
fsType = "cifs";
|
||||
options = ["credentials=${config.age.secrets.smb.path}" "x-systemd.automount" "nofail" "noperm" "x-systemd.after=network-online.target" "x-systemd.automount-options=--timeout=30" "_netdev"];
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/ecbbcef6-c4c2-4cfe-bcd2-5a2e599c3009";}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user