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