diff options
author | sefidel <contact@sefidel.net> | 2022-06-06 19:35:54 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-06-06 19:35:54 +0900 |
commit | d0baf5444094c3e6f8bdff91c2d3f56f0a4dc4d7 (patch) | |
tree | 0753317988e20a7a4ba08a594df00b825bb59259 /nixos/alpha/hardware-configuration.nix | |
parent | 6ba4bd34c1088bad246ee90a6dfb543a47e080d3 (diff) | |
download | nixrc-d0baf5444094c3e6f8bdff91c2d3f56f0a4dc4d7.tar.gz nixrc-d0baf5444094c3e6f8bdff91c2d3f56f0a4dc4d7.zip |
chore: reformat
Diffstat (limited to 'nixos/alpha/hardware-configuration.nix')
-rw-r--r-- | nixos/alpha/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/alpha/hardware-configuration.nix b/nixos/alpha/hardware-configuration.nix index 8636fad..9c8ef73 100644 --- a/nixos/alpha/hardware-configuration.nix +++ b/nixos/alpha/hardware-configuration.nix @@ -39,7 +39,7 @@ fsType = "ext4"; }; - swapDevices = [ { device = "/dev/disk/by-uuid/ff8bd8d2-2b3b-495d-8865-9cd140dd1f54"; } ]; + swapDevices = [{ device = "/dev/disk/by-uuid/ff8bd8d2-2b3b-495d-8865-9cd140dd1f54"; }]; nix.settings.max-jobs = lib.mkDefault 4; powerManagement.cpuFreqGovernor = lib.mkDefault "schedutil"; |