mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
flake-parts/setups/home-manager: update deploy-rs default profile
This commit is contained in:
parent
3cd3d81d77
commit
1fedade427
@ -35,16 +35,16 @@ let
|
||||
type = with lib.types; functionTo (attrsOf anything);
|
||||
default = homeenv: {
|
||||
home = {
|
||||
sshUser = username;
|
||||
user = username;
|
||||
sshUser = homeenv.name;
|
||||
user = homeenv.name;
|
||||
path = inputs.deploy.lib.${homeenv.system}.activate.home-manager homeenv.config;
|
||||
};
|
||||
};
|
||||
defaultText = lib.literalExpression ''
|
||||
homeenv: {
|
||||
home = {
|
||||
sshUser = "$USERNAME";
|
||||
user = "$USERNAME";
|
||||
sshUser = "''${homeenv.name}";
|
||||
user = "''${homeenv.name}";
|
||||
path = <deploy-rs>.lib.''${homeenv.system}.activate.home-manager homeenv.config;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user