{ inputs, outputs, lib, config, pkgs, ... }: { imports = [ ./default.nix ]; deployment = { targetHost = "nixos"; tags = ["arm"]; }; }