Fix warnings about flake settings

This commit is contained in:
Sandro - 2023-01-05 00:46:54 +01:00
parent af4530bc83
commit c22fb2b034
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ lib.attrsets.mapAttrs
let
host = getHostAddr name;
target = ''root@"${host}"'';
rebuildArg = "--flake ${self}#${name} --option extra-substituters https://nix-serve.hq.c3d2.de";
rebuildArg = "--flake ${self}#${name} --option extra-substituters https://nix-serve.hq.c3d2.de --accept-flake-config";
hostConfig = self.nixosConfigurations."${name}".config;
# let /var/lib/microvm/*/flake point to the flake-update branch so that
# `microvm -u $NAME` updates to what hydra built today.