This commit is contained in:
Chris Cochrun 2025-12-16 09:38:23 -06:00
parent 75154d0536
commit 8dae2ef9db
7 changed files with 120 additions and 117 deletions

View file

@ -12,10 +12,10 @@
boot.loader.efi.efiSysMountPoint = "/boot/efi";
zramSwap = {
enable = true;
writebackDevice = "/dev/nvme0n1p3";
};
# zramSwap = {
# enable = true;
# writebackDevice = "/dev/nvme0n1p3";
# };
fileSystems."/" =
{ device = "/dev/disk/by-uuid/db28ba7c-a15d-4c81-8373-99f2f171cac5";
@ -28,7 +28,7 @@
fsType = "vfat";
};
swapDevices = [ ];
swapDevices = [ { device = "/dev/disk/by-uuid/db524eed-eafe-44b2-be5e-b4539fb970a2"; } ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's