mirror of
https://github.com/genebean/dots.git
synced 2026-05-31 07:45:20 -04:00
Replace hardcoded tailnet name and WiFi SSIDs with private-flake options
Tailnet name (atlas-snares.ts.net) is now sourced from config.private-flake.tailnetDomain, defined in private-flake's shared/tailnet.nix and imported by the hetznix01 and nixnuc modules. WiFi SSIDs for kiosk-* hosts are now set by private-flake's shared/kiosk.nix via nixosModules.private.kiosk; the hardcoded network blocks are removed from the kiosk dots configs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
840f7b90e6
commit
9298bc7caf
7 changed files with 10 additions and 20 deletions
|
|
@ -161,12 +161,16 @@
|
|||
kiosk-entryway = localLib.mkNixosHost {
|
||||
# Lenovo IdeaCentre Q190
|
||||
hostname = "kiosk-entryway";
|
||||
additionalModules = [
|
||||
inputs.private-flake.nixosModules.private.kiosk
|
||||
];
|
||||
};
|
||||
kiosk-gene-desk = localLib.mkNixosHost {
|
||||
system = "aarch64-linux";
|
||||
hostname = "kiosk-gene-desk";
|
||||
additionalModules = [
|
||||
inputs.nixos-hardware.nixosModules.raspberry-pi-4
|
||||
inputs.private-flake.nixosModules.private.kiosk
|
||||
];
|
||||
};
|
||||
nixnas1 = localLib.mkNixosHost {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue