enabling disko and disable swap partition (zram)

This commit is contained in:
Don Harper 2024-06-08 11:23:29 -05:00
parent 3c79934ce1
commit 357b9d4b93
2 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,7 @@
imports =
[
./hardware-configuration.nix
../disko/sda.nix
../workstation
../wm
../themes.nix

View file

@ -24,9 +24,9 @@
fsType = "vfat";
};
swapDevices =
[ { device = "/dev/sda3"; }
];
# swapDevices =
# [ { device = "/dev/sda3"; }
# ];
# 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