add zfs volume description to backup-target

This commit is contained in:
2025-02-17 09:04:42 +01:00
parent 21b5233077
commit 6dc8e03bb9
+8
View File
@@ -15,5 +15,13 @@
]; ];
}; };
fileSystems."/mnt/backup" =
{
#depends = [ "/" ];
device = "BACKUP/backup";
fsType = "zfs";
options = [ "nofail" ];
};
networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedTCPPorts = [ 22 ];
} }