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 = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../disko/sda.nix
../workstation ../workstation
../wm ../wm
../themes.nix ../themes.nix

View file

@ -24,9 +24,9 @@
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = # swapDevices =
[ { device = "/dev/sda3"; } # [ { device = "/dev/sda3"; }
]; # ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # 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 # (the default) this is the recommended approach. When using systemd-networkd it's