task | split pi-server config out for now

This commit is contained in:
Don Harper 2025-02-24 07:52:54 -06:00
parent 6b4d969943
commit 2556f985e2
5 changed files with 299 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./hardware-configuration.nix ../server ./kiosk.nix ];
imports = [ ./hardware-configuration.nix ../pi-server ./kiosk.nix ];
networking.hostName = "pi1";
}