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