diff --git a/hosts/europa/hardware-configuration.nix b/hosts/europa/hardware-configuration.nix index e2316d7..1a8ed96 100644 --- a/hosts/europa/hardware-configuration.nix +++ b/hosts/europa/hardware-configuration.nix @@ -22,8 +22,7 @@ fsType = "vfat"; }; - swapDevices = - [{ device = "/dev/disk/by-label/swap"; }]; + swapDevices = [{ device = "/dev/disk/by-label/swap"; }]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware = {