From 416e8a4edc14399c2f9cb12ad09825fa11dbde16 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 6 Feb 2026 11:00:24 -0600 Subject: [PATCH] new disk uuids for vps --- hosts/vps/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"; }