NixOS-Configs/hosts/pi1/colmena.nix
2025-01-22 09:24:51 -06:00

6 lines
124 B
Nix

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