porani: add backup parition

feature/hass
Ingolf Wagner 2020-01-31 23:45:45 +13:00
parent 615feaf22e
commit d028130a0b
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 1 deletions

View File

@ -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 = [ ];

View File

@ -1,7 +1,7 @@
{ config, ... }: {
backup.services.restic = {
"on-porani.private".enable = false;
"on-porani.private".enable = true ;
"on-workhorse.private".enable = true;
};