parent
e5215e8a92
commit
7568d0bc73
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
sshUser = "root";
|
||||
};
|
||||
home-manager = {
|
||||
path = inputs.deploy-rs.lib.${platform}.activate.nixos self.homeConfigurations."${username}@${hostname}";
|
||||
path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
||||
sshUser = "${username}";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
pkgs.nixfmt
|
||||
pkgs.ssh-to-pgp
|
||||
(pkgs.callPackage sops-nix {}).sops-import-keys-hook
|
||||
deploy-rs.packages.${pkgs.system}.deploy-rs
|
||||
deploy-rs.packages.deploy-rs
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue