add zfs volume description to backup-target
This commit is contained in:
@@ -15,5 +15,13 @@
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/backup" =
|
||||
{
|
||||
#depends = [ "/" ];
|
||||
device = "BACKUP/backup";
|
||||
fsType = "zfs";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user