Merge branch 'master' of 192.168.1.126:TheCrazyInsanity/nixos-configv3
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
fileSystems."/persistent" = {
|
||||
device = "/dev/disk/by-label/BUTTER";
|
||||
fsType = "btrfs";
|
||||
neededForBoot = true;
|
||||
options = [ "compress=zstd" "subvol=persist" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user