NixOS-Configs/hosts/display/colmena.nix
2025-11-11 15:19:17 -06:00

17 lines
299 B
Nix

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [./default.nix];
deployment = {
tags = ["arm"];
targetUser = "don";
privilegeEscalationCommand = ["/run/wrappers/bin/doas"];
# targetHost = "display.home.duckland.org";
targetHost = "192.168.1.142";
};
}