forked from Fediversity/Fediversity
ensure bare-metal fileSystems
override default, resolves definition conflict on nixops4 apply forgejo-ci
This commit is contained in:
parent
d9f2d942b2
commit
9b5de67b8e
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
## NOTE: This is a physical machine, so is not covered by disko
|
## NOTE: This is a physical machine, so is not covered by disko
|
||||||
fileSystems."/" = {
|
fileSystems."/" = lib.mkForce {
|
||||||
device = "rpool/root";
|
device = "rpool/root";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
@ -58,7 +58,7 @@ in
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = lib.mkForce {
|
||||||
device = "/dev/disk/by-uuid/50B2-DD3F";
|
device = "/dev/disk/by-uuid/50B2-DD3F";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [
|
options = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue