diff --git a/backup-target.nix b/backup-target.nix index 4333201..1c9f53c 100644 --- a/backup-target.nix +++ b/backup-target.nix @@ -15,5 +15,13 @@ ]; }; + fileSystems."/mnt/backup" = + { + #depends = [ "/" ]; + device = "BACKUP/backup"; + fsType = "zfs"; + options = [ "nofail" ]; + }; + networking.firewall.allowedTCPPorts = [ 22 ]; }