diff --git a/modules/hosts/john-pc-ubuntu.nix b/modules/hosts/john-pc-ubuntu.nix index 3ee55d6..2cbf81c 100644 --- a/modules/hosts/john-pc-ubuntu.nix +++ b/modules/hosts/john-pc-ubuntu.nix @@ -47,6 +47,7 @@ in step-ssh-user = { enable = true; principals = ["root" "${username}" "appdaemon"]; + provisioner = "admin"; }; ssh = { certificates.enable = true;