Compare commits

..

No commits in common. "fe1537735d5ebd8432bace71242a257cd000c1a4" and "35571f6af1977b8461ba2ce9dc356b39227e1b63" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View file

@ -130,7 +130,7 @@ in
(node.deploy)
ssh
user
sudoCmd
sudo
interactiveSudo
remoteBuild
rollback
@ -149,7 +149,7 @@ in
path = nixosFor node.system nixosConfigurations.${name};
user = user;
sudo = sudoCmd;
sudo = sudo;
interactiveSudo = interactiveSudo;
fastConnection = false;

View file

@ -114,15 +114,6 @@
'';
};
magicRollback = mkOption {
type = types.bool;
default = true;
example = true;
description = ''
TODO: im fucking lazy
'';
};
activationTimeout = mkOption {
type = types.int;
default = 500;