1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: update flake

This commit is contained in:
oddlama 2025-08-01 21:06:07 +02:00
parent 7d4ce411c2
commit 748d5a4bf3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 197 additions and 170 deletions

View file

@ -88,6 +88,31 @@ in
id = 22;
mac = globals.macs.bambulab-p1s;
};
hosts.shelly-mains = {
id = 23;
mac = globals.macs.shelly-mains;
};
hosts.shelly-solar = {
id = 24;
mac = globals.macs.shelly-solar;
};
# FIXME: forbid these devices on other interfaces... maybe put them into separate switches vlan.
# hosts.tl-sg105e-flur = {
# id = ;
# mac = globals.macs.tl-sg105e-flur;
# };
# hosts.tl-sg105e-garage = {
# id = ;
# mac = globals.macs.tl-sg105e-garage;
# };
# hosts.tl-sg105e-keller = {
# id = ;
# mac = globals.macs.tl-sg105e-keller;
# };
# hosts.tl-sg108e-dach = {
# id = ;
# mac = globals.macs.tl-sg108e-dach;
# };
};
guests = {
id = 50;