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

@ -3,6 +3,7 @@
inputs.nixos-hardware.nixosModules.raspberry-pi-4
./hardware-configuration.nix
../../server
./kiosk.nix
];
networking.hostName = "display";
}