refactor: simplify 'user' options
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
imports = [ ../hosts/${hostname} ];
|
||||
deployment = {
|
||||
targetHost = self.nixosConfigurations.${hostname}.config.ssh.publicHostname;
|
||||
targetUser = self.nixosConfigurations.${hostname}.config.ssh.username;
|
||||
targetUser = self.nixosConfigurations.${hostname}.config.host.username;
|
||||
buildOnTarget = builtins.any (t: t != "local" && t != "arm") tags;
|
||||
inherit tags;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user