about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-06-06 19:35:54 +0900
committersefidel <contact@sefidel.net>2022-06-06 19:35:54 +0900
commitd0baf5444094c3e6f8bdff91c2d3f56f0a4dc4d7 (patch)
tree0753317988e20a7a4ba08a594df00b825bb59259 /nixos
parent6ba4bd34c1088bad246ee90a6dfb543a47e080d3 (diff)
downloadnixrc-d0baf5444094c3e6f8bdff91c2d3f56f0a4dc4d7.tar.gz
nixrc-d0baf5444094c3e6f8bdff91c2d3f56f0a4dc4d7.zip
chore: reformat
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/hardware-configuration.nix2
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";