From 9b5de67b8e0180d057704140c0d452da53c736d5 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 5 Jul 2025 19:32:38 +0200 Subject: [PATCH] ensure bare-metal `fileSystems` override default, resolves definition conflict on `nixops4 apply forgejo-ci` --- machines/dev/forgejo-ci/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [