diff --git a/hosts/vps/hardware-configuration.nix b/hosts/vps/hardware-configuration.nix index e26f82b..6f42b2b 100644 --- a/hosts/vps/hardware-configuration.nix +++ b/hosts/vps/hardware-configuration.nix @@ -37,9 +37,7 @@ fsType = "ext4"; }; swapDevices = [ - { - device = "/dev/disk/by-uuid/f1408ea6-59a0-11ed-bc9d-525400000001"; - } + { device = "/dev/disk/by-uuid/f1408ea6-59a0-11ed-bc9d-525400000001"; } ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }