From 077e963d4af03eac7b8580568cbc575b2160c172 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 10 Aug 2022 15:04:00 +0800 Subject: [PATCH] nixops: cnc reinstall --- nixops/cnc-hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixops/cnc-hardware-configuration.nix b/nixops/cnc-hardware-configuration.nix index 8ab44a3..fa8c67d 100644 --- a/nixops/cnc-hardware-configuration.nix +++ b/nixops/cnc-hardware-configuration.nix @@ -11,12 +11,12 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/35d9c50c-e479-43a9-8324-b8ded5b71844"; + { device = "/dev/disk/by-uuid/42e45358-5835-4034-9475-88211dcf6ba9"; fsType = "ext4"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/d8480389-c558-4c46-a58f-00207315dbdd"; } + [ { device = "/dev/disk/by-uuid/fef49c8a-a1ca-4816-a1fc-6d2135811b1b"; } ]; nix.maxJobs = lib.mkDefault 2; @@ -27,5 +27,5 @@ services.xserver.videoDrivers = ["intel"]; - system.stateVersion = "19.03"; + system.stateVersion = "22.05"; }