diff --git a/morph/grid/local/arion-compose.nix b/morph/grid/local/arion-compose.nix index b8c7f87913074cdbd928ce019019e88c4264b41f..fec5ecf8558dcb4b437aa29f36286d064655f563 100644 --- a/morph/grid/local/arion-compose.nix +++ b/morph/grid/local/arion-compose.nix @@ -13,7 +13,7 @@ let }; # Configure deployment management authorization for all systems in the grid. - deployment = { + grid-config = { services.private-storage.deployment = { authorizedKey = builtins.readFile "${config.publicKeyPath}/deploy_key.pub"; gridName = "local"; @@ -42,7 +42,7 @@ let "${pkgs.morph.lib}/options.nix" gridlib.hardware-docker ./secrets.nix - deployment + grid-config ]; config = { system.stateVersion = lib.mkDefault "19.09";