hosts/display | colmena - use local interface and not ts
This commit is contained in:
parent
a061c1d546
commit
41cc921115
1 changed files with 12 additions and 4 deletions
|
|
@ -1,8 +1,16 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{
|
||||||
imports = [ ./default.nix ];
|
inputs,
|
||||||
|
outputs,
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
imports = [./default.nix];
|
||||||
deployment = {
|
deployment = {
|
||||||
tags = [ "arm" ];
|
tags = ["arm"];
|
||||||
targetUser = "don";
|
targetUser = "don";
|
||||||
privilegeEscalationCommand = [ "/run/wrappers/bin/doas" ];
|
privilegeEscalationCommand = ["/run/wrappers/bin/doas"];
|
||||||
|
targetHost = "display.home.duckland.org";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue