defiant: temporarily move/disable backups when moving house

This commit is contained in:
Felix Albrigtsen 2025-06-03 22:50:52 +02:00
parent d380110543
commit c73d9761bc
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@
./hardware-configuration.nix
# Infrastructure
./backup.nix
# ./backup.nix
./libvirt.nix
./services/dyndns.nix
./services/nginx.nix

View File

@ -15,13 +15,15 @@
fileSystems = {
"/mnt/feal-syn1/backup" = {
device = "feal-syn1.home.feal.no:/volume2/backup";
device = "192.168.10.162:/volume2/backup";
fsType = "nfs";
options = [
"defaults"
"noatime"
"rw"
"nfsvers=3"
"x-systemd.automount"
"noauto"
];
};
};