test
This commit is contained in:
parent
bae834739a
commit
ac48fe2819
1 changed files with 8 additions and 8 deletions
|
@ -5,9 +5,9 @@
|
|||
platform ? "x86_64-linux",
|
||||
username ? "albert"
|
||||
}: {
|
||||
user = "${username}";
|
||||
user = "root";
|
||||
hostname = "${hostname}";
|
||||
sshOpts = [ "-A" ];
|
||||
sshOpts = [ "-A" "-q"];
|
||||
|
||||
profiles = {
|
||||
system = {
|
||||
|
@ -16,12 +16,12 @@
|
|||
sshUser = "${username}";
|
||||
sshOpts = [ "-A" ];
|
||||
};
|
||||
home-manager = {
|
||||
path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
||||
user = "root";
|
||||
sshUser = "${username}";
|
||||
sshOpts = [ "-A" ];
|
||||
};
|
||||
# home-manager = {
|
||||
# path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
||||
# user = "root";
|
||||
# sshUser = "${username}";
|
||||
# sshOpts = [ "-A" ];
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue