add pi1. Testing in progress

This commit is contained in:
Don Harper 2025-01-22 09:24:51 -06:00
parent 7e4d451b6f
commit 94277df0d8
3 changed files with 9 additions and 6 deletions

View file

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