change kisokUrl from inventory.nix

This commit is contained in:
UGA Innovation Factory
2025-12-10 10:47:32 -05:00
parent d74b1eeb9b
commit 25926cd2f8
2 changed files with 15 additions and 4 deletions

View File

@@ -44,7 +44,12 @@
# Surface Tablet Configuration (Kiosk Mode)
# Base specs: eMMC drive, 8G Swap
nix-surface.count = 3;
nix-surface = {
count = 3;
devices = {
"1".modules.sw.kioskUrl = "https://google.com";
};
};
# LXC Container Configuration
nix-lxc = {