porani: add backup parition
This commit is contained in:
parent
615feaf22e
commit
d028130a0b
2 changed files with 5 additions and 1 deletions
|
@ -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 = [ ];
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }: {
|
||||
|
||||
backup.services.restic = {
|
||||
"on-porani.private".enable = false;
|
||||
"on-porani.private".enable = true ;
|
||||
"on-workhorse.private".enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue