diff --git a/machines/dev/forgejo-ci/default.nix b/machines/dev/forgejo-ci/default.nix index f0aa9c45..901f11c0 100644 --- a/machines/dev/forgejo-ci/default.nix +++ b/machines/dev/forgejo-ci/default.nix @@ -48,7 +48,7 @@ in }; ## NOTE: This is a physical machine, so is not covered by disko - fileSystems."/" = { + fileSystems."/" = lib.mkForce { device = "rpool/root"; fsType = "zfs"; }; @@ -58,7 +58,7 @@ in fsType = "zfs"; }; - fileSystems."/boot" = { + fileSystems."/boot" = lib.mkForce { device = "/dev/disk/by-uuid/50B2-DD3F"; fsType = "vfat"; options = [