aboutsummaryrefslogtreecommitdiff
path: root/examples/system/flake.nix
diff options
context:
space:
mode:
authorNick Hassan2024-02-03 15:12:36 +1030
committerNick Hassan2024-02-16 23:21:25 +1030
commit5f694ef481610e8c4c77bb963b49e2d3b0d4db3c (patch)
tree57e0fed6d50a149c6d5c808f671495191977d80d /examples/system/flake.nix
parent1776009f1f3fb2b5d236b84d9815f2edee463a9b (diff)
add support for entering password for sudo
Diffstat (limited to '')
-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";