diff --git a/cerulean/snow/default.nix b/cerulean/snow/default.nix index b1ea663..7cd0b18 100644 --- a/cerulean/snow/default.nix +++ b/cerulean/snow/default.nix @@ -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; diff --git a/cerulean/snow/nodes/submodule.nix b/cerulean/snow/nodes/submodule.nix index ea30c4f..340a395 100644 --- a/cerulean/snow/nodes/submodule.nix +++ b/cerulean/snow/nodes/submodule.nix @@ -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;