diff --git a/configs/porani/hardware-configuration.nix b/configs/porani/hardware-configuration.nix index 5bd70b1..eb94e60 100644 --- a/configs/porani/hardware-configuration.nix +++ b/configs/porani/hardware-configuration.nix @@ -67,6 +67,10 @@ device = "/dev/disk/by-uuid/192a8bd6-e5f7-4e66-b69e-f3da701da343"; fsType = "ext4"; }; + fileSystems."/backup" = { + device = "/dev/disk/by-uuid/ca895f0e-f932-4a9e-b2ff-a1a488b0953d"; + fsType = "ext4"; + }; swapDevices = [ ]; diff --git a/configs/workhorse/restic.nix b/configs/workhorse/restic.nix index 9896512..f9c9d62 100644 --- a/configs/workhorse/restic.nix +++ b/configs/workhorse/restic.nix @@ -1,7 +1,7 @@ { config, ... }: { backup.services.restic = { - "on-porani.private".enable = false; + "on-porani.private".enable = true ; "on-workhorse.private".enable = true; };