2025-01-01 18:38:46 -05:00
|
|
|
{ ... }:
|
|
|
|
{
|
2025-03-05 06:02:46 -05:00
|
|
|
fileSystems."/persist" = {
|
|
|
|
device = "/dev/disk/by-uuid/acf95700-8669-45c7-9a72-bf3215b3c325";
|
|
|
|
fsType = "btrfs";
|
|
|
|
neededForBoot = true;
|
|
|
|
options = [ "subvol=persist" "compress=zstd" "noatime" ];
|
2025-01-01 18:38:46 -05:00
|
|
|
};
|
2025-03-05 06:02:46 -05:00
|
|
|
environment.persistence."/persist".directories = [ "/export/KittyNFS" ];
|
2025-01-01 18:38:46 -05:00
|
|
|
}
|