This commit is contained in:
TheCrazyInsanity
2026-01-08 15:39:33 +00:00
parent 6d04899436
commit 68f8144c18
6 changed files with 146 additions and 9 deletions

View File

@@ -29,11 +29,11 @@
options = [ "compress=zstd" "subvol=root" ];
};
fileSystems."/home" = {
device = "/dev/disk/by-label/BUTTER";
fsType = "btrfs";
options = [ "compress=zstd" "subvol=home" ];
};
# fileSystems."/home" = {
# device = "/dev/disk/by-label/BUTTER";
# fsType = "btrfs";
# options = [ "compress=zstd" "subvol=home" ];
# };
fileSystems."/nix" = {
# device = "/dev/disk/by-uuid/3c89fa92-1d43-4c48-b228-e2725fa70ee9";