colmena | add connection dets
This commit is contained in:
parent
8e8035f0cb
commit
3e16eec0e4
11 changed files with 49 additions and 7 deletions
|
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue