pc: move nix store to separate zfs dataset

This commit is contained in:
Yuri Tatishchev 2025-06-23 23:58:46 -07:00
parent 15dc8dd7c4
commit 574ba8a951
Signed by: CaZzzer
SSH Key Fingerprint: SHA256:sqXB3fe0LMpfH+IeM/vlmxKdso52kssrIJBlwKXVe1U

View File

@ -18,6 +18,11 @@
fsType = "zfs";
};
fileSystems."/nix" =
{ device = "zroot/data/nix";
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/970C-6A15";
fsType = "vfat";