colmena | add connection dets

This commit is contained in:
Don Harper 2025-07-15 00:06:14 -05:00
parent 8e8035f0cb
commit 3e16eec0e4
11 changed files with 49 additions and 7 deletions

View file

@ -1,4 +1,9 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./default.nix ];
deployment = { tags = [ "server" "intel" "vps" "web" ]; };
deployment = {
tags = [ "server" "intel" "vps" "web" ];
allowLocalDeployment = true;
targetUser = "don";
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
};
}