mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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);
|
type = with lib.types; functionTo (attrsOf anything);
|
||||||
default = os: {
|
default = os: {
|
||||||
system = {
|
system = {
|
||||||
sshUser = "root";
|
sshUser = "admin";
|
||||||
user = "admin";
|
user = "root";
|
||||||
path = inputs.deploy.lib.${os.system}.activate.nixos os.config;
|
path = inputs.deploy.lib.${os.system}.activate.nixos os.config;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user