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:
parent
a84e9bb884
commit
de83f4904f
1 changed files with 1 additions and 1 deletions
|
@ -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" =
|
||||
|
|
Loading…
Reference in a new issue