[host/murex-pecten] Allow remote deployment

This commit is contained in:
Malte Tammena 2022-01-08 13:53:48 +01:00
parent d348faa27e
commit d658ca23b2

View file

@ -81,8 +81,9 @@
murex-pecten = { name, nodes, pkgs, ... }: {
imports = [ self.nixosModules.murex-pecten ];
config.deployment = {
allowLocalDeployment = true;
targetHost = null;
#allowLocalDeployment = true;
targetHost = "murex-pecten";
targetUser = "root";
};
};