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",
|
platform ? "x86_64-linux",
|
||||||
username ? "albert"
|
username ? "albert"
|
||||||
}: {
|
}: {
|
||||||
user = "${username}";
|
user = "root";
|
||||||
hostname = "${hostname}";
|
hostname = "${hostname}";
|
||||||
sshOpts = [ "-A" ];
|
sshOpts = [ "-A" "-q"];
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
system = {
|
system = {
|
||||||
|
@ -16,12 +16,12 @@
|
||||||
sshUser = "${username}";
|
sshUser = "${username}";
|
||||||
sshOpts = [ "-A" ];
|
sshOpts = [ "-A" ];
|
||||||
};
|
};
|
||||||
home-manager = {
|
# home-manager = {
|
||||||
path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
# path = inputs.deploy-rs.lib.${platform}.activate.home-manager self.homeConfigurations."${username}@${hostname}";
|
||||||
user = "root";
|
# user = "root";
|
||||||
sshUser = "${username}";
|
# sshUser = "${username}";
|
||||||
sshOpts = [ "-A" ];
|
# sshOpts = [ "-A" ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue