hosts/smaug | formating

This commit is contained in:
Don Harper 2025-12-22 21:28:31 -06:00
parent e8e450ce46
commit afd2f5f918

View file

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