4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2025-01-17 07:13:53 +00:00

cluster/machines: replace disk in dcr01s22

Change-Id: I22fefc9ff68295e33ab0a1f26ab2aeb02fb75210
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1854
Reviewed-by: q3k <q3k@hackerspace.pl>
Reviewed-by: implr <implr@hackerspace.pl>
This commit is contained in:
patryk 2024-01-17 22:03:09 +01:00 committed by q3k
parent a84e9bb884
commit de83f4904f

View file

@ -14,7 +14,7 @@ rec {
fileSystems."/".device = "/dev/vg-nixos-hscloud/nixos-root";
fileSystems."/boot1" =
{ device = "/dev/disk/by-partuuid/86610640-6d3c-423d-8c2d-011f32393a67";
{ device = "/dev/disk/by-partuuid/b493fb11-84e4-43bf-b55a-bbe2f21b938b";
fsType = "vfat";
};
fileSystems."/boot2" =