Compare commits
No commits in common. "fe1537735d5ebd8432bace71242a257cd000c1a4" and "35571f6af1977b8461ba2ce9dc356b39227e1b63" have entirely different histories.
fe1537735d
...
35571f6af1
2 changed files with 2 additions and 11 deletions
|
|
@ -130,7 +130,7 @@ in
|
||||||
(node.deploy)
|
(node.deploy)
|
||||||
ssh
|
ssh
|
||||||
user
|
user
|
||||||
sudoCmd
|
sudo
|
||||||
interactiveSudo
|
interactiveSudo
|
||||||
remoteBuild
|
remoteBuild
|
||||||
rollback
|
rollback
|
||||||
|
|
@ -149,7 +149,7 @@ in
|
||||||
path = nixosFor node.system nixosConfigurations.${name};
|
path = nixosFor node.system nixosConfigurations.${name};
|
||||||
|
|
||||||
user = user;
|
user = user;
|
||||||
sudo = sudoCmd;
|
sudo = sudo;
|
||||||
interactiveSudo = interactiveSudo;
|
interactiveSudo = interactiveSudo;
|
||||||
|
|
||||||
fastConnection = false;
|
fastConnection = false;
|
||||||
|
|
|
||||||
|
|
@ -114,15 +114,6 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
magicRollback = mkOption {
|
|
||||||
type = types.bool;
|
|
||||||
default = true;
|
|
||||||
example = true;
|
|
||||||
description = ''
|
|
||||||
TODO: im fucking lazy
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
activationTimeout = mkOption {
|
activationTimeout = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 500;
|
default = 500;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue