1
0
Fork 0

Add new zfs partition

This commit is contained in:
Sandro - 2023-01-01 20:50:56 +01:00
parent 037e5cf77a
commit 85c99f06f3
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
fsType = "zfs";
};
fileSystems."/var/lib/resitc" =
{ device = "server8_hdd/restic";
fsType = "zfs";
};
fileSystems."/nix" =
{ device = "server8_root/nixos/nix";
fsType = "zfs";