display | updates to generate sdimage

This commit is contained in:
Don Harper 2025-02-23 22:48:02 -06:00
parent 9050e73d27
commit 6b542ada30
4 changed files with 47 additions and 4 deletions

View file

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