Compare commits
2 commits
8b43ad5022
...
c7e7e6cf13
Author | SHA1 | Date | |
---|---|---|---|
c7e7e6cf13 | |||
9a0fca76df |
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
fileSystems."/persist" =
|
fileSystems."/persist" =
|
||||||
{ device = "/dev/disk/by-uuid/6df53c4f-42b6-478b-8be4-f7887ad18b5b";
|
{ device = "/dev/disk/by-uuid/6df53c4f-42b6-478b-8be4-f7887ad18b5b";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
|
neededForBoot = true;
|
||||||
options = [ "compress=lzo" "autodefrag" "defaults" "subvol=@nixos/root" ];
|
options = [ "compress=lzo" "autodefrag" "defaults" "subvol=@nixos/root" ];
|
||||||
};
|
};
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
|
|
Loading…
Reference in a new issue