mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-17 08:53:54 +00:00
cluster/machines: replace disk in dcr01s24
Change-Id: I144f23c571267543568a1bd132aea5a8a75db8f2 Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1853 Reviewed-by: q3k <q3k@hackerspace.pl> Reviewed-by: implr <implr@hackerspace.pl>
This commit is contained in:
parent
86d9b23743
commit
a84e9bb884
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ rec {
|
|||
fileSystems."/".device = "/dev/vg-nixos-hscloud/nixos-root";
|
||||
|
||||
fileSystems."/boot1" =
|
||||
{ device = "/dev/disk/by-partuuid/b56dc8da-4242-4a23-91f7-32d7600ddde9";
|
||||
{ device = "/dev/disk/by-partuuid/0a19d39f-46aa-4088-8067-a02650366e73";
|
||||
fsType = "vfat";
|
||||
};
|
||||
fileSystems."/boot2" =
|
||||
|
|
Loading…
Reference in a new issue