forked from M-Labs/it-infra
nixops: cnc reinstall
This commit is contained in:
parent
7dc4866314
commit
077e963d4a
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue