aboutsummaryrefslogtreecommitdiff
path: root/examples/system/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'examples/system/flake.nix')
-rw-r--r--examples/system/flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/system/flake.nix b/examples/system/flake.nix
index bcc841c..d8a19bf 100644
--- a/examples/system/flake.nix
+++ b/examples/system/flake.nix
@@ -26,6 +26,7 @@
sshOpts = [ "-p" "2221" ];
hostname = "localhost";
fastConnection = true;
+ interactiveSudo = true;
profiles = {
system = {
sshUser = "admin";