mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
flake-parts/setups/nixos: fix deploy node settings
This commit is contained in:
parent
9292a75ffa
commit
27ad019086
@ -79,8 +79,8 @@ let
|
||||
type = with lib.types; functionTo (attrsOf anything);
|
||||
default = os: {
|
||||
system = {
|
||||
sshUser = "root";
|
||||
user = "admin";
|
||||
sshUser = "admin";
|
||||
user = "root";
|
||||
path = inputs.deploy.lib.${os.system}.activate.nixos os.config;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user