From 6315ac01438c5c9afea4670e7b22b4d36c4f2e42 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:16:59 -0500 Subject: [PATCH] provisioner explicitly defined --- modules/hosts/john-pc-ubuntu.nix | 1 + 1 file changed, 1 insertion(+) 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;