NixOS-Configs/hosts/smaug/colmena.nix
2025-07-15 00:06:14 -05:00

9 lines
260 B
Nix

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