NixOS-Configs/hosts/pi1/colmena.nix
2025-02-23 22:48:51 -06:00

4 lines
118 B
Nix

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