From 357b9d4b93201c6a68e01bc296fad8e0b30dc408 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 8 Jun 2024 11:23:29 -0500 Subject: [PATCH] enabling disko and disable swap partition (zram) --- hosts/smaug/default.nix | 1 + hosts/smaug/hardware-configuration.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/smaug/default.nix b/hosts/smaug/default.nix index 7803b41..7f03c8d 100644 --- a/hosts/smaug/default.nix +++ b/hosts/smaug/default.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix + ../disko/sda.nix ../workstation ../wm ../themes.nix diff --git a/hosts/smaug/hardware-configuration.nix b/hosts/smaug/hardware-configuration.nix index fe56a8f..fd94daa 100644 --- a/hosts/smaug/hardware-configuration.nix +++ b/hosts/smaug/hardware-configuration.nix @@ -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