NixOS-Configs/hosts/smaug/colmena.nix
2025-12-22 21:28:31 -06:00

16 lines
266 B
Nix

{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [./default.nix];
deployment = {
tags = ["workstation" "intel"];
allowLocalDeployment = true;
targetUser = "don";
privilegeEscalationCommand = ["/run/wrappers/bin/doas"];
};
}