Enable interactiveSudo

This commit is contained in:
asonix 2024-03-01 18:56:12 -06:00
parent db3c285a15
commit 221eb70c59

View file

@ -1365,8 +1365,8 @@
profiles.system = {
sshUser = "asonix";
user = "root";
magicRollback = false;
sshOpts = [ "-i" "/home/asonix/.ssh/kube-rsa" "-t" ];
interactiveSudo = true;
sshOpts = [ "-i" "/home/asonix/.ssh/kube-rsa" ];
path = deploy-rs.lib.aarch64-linux.activate.nixos
self.nixosConfigurations.${name};
};