diff --git a/hosts/titan/hardware/hardware-configuration.nix b/hosts/titan/hardware/hardware-configuration.nix index 24c1687..500a21e 100644 --- a/hosts/titan/hardware/hardware-configuration.nix +++ b/hosts/titan/hardware/hardware-configuration.nix @@ -23,10 +23,10 @@ fsType = "vfat"; }; - swapDevices = [ { + swapDevices = [ /* { device = "/var/lib/swapfile"; size = 64 * 1024; - } ]; + } */]; # 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