hosts/smaug | formating
This commit is contained in:
parent
e8e450ce46
commit
afd2f5f918
1 changed files with 11 additions and 4 deletions
|
|
@ -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"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue