update and add zramSwap

This commit is contained in:
Chris Cochrun 2022-10-04 06:40:52 -05:00
parent 67f45e1948
commit 56921846ca
3 changed files with 19 additions and 15 deletions

View file

@ -729,6 +729,8 @@ Now in the =hardware-configuration.nix= file, I didn't change much because I wan
boot.loader.efi.efiSysMountPoint = "/boot/efi";
zramSwap.enable = true;
fileSystems."/" =
{ device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5";
fsType = "btrfs";