task | enable kiosk mode for pi1 and display

This commit is contained in:
Don Harper 2025-01-24 23:11:22 -06:00
parent 05939c4f95
commit c87d476243
4 changed files with 20 additions and 1 deletions

View file

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