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

feat: allow scanner to access samba SFTP

This commit is contained in:
oddlama 2025-01-20 17:00:59 +01:00
parent 4d2b186626
commit ec502b4193
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 22 additions and 10 deletions

View file

@ -62,10 +62,15 @@ in
cidrv6 = "fd20::/64";
hosts.ward.id = 1;
hosts.sire.id = 2;
hosts.scanner-ads-4300n = {
id = 23;
mac = globals.macs.scanner-ads-4300n;
};
hosts.wallbox = {
id = 40;
mac = globals.macs.wallbox;
};
# TODO remove once new home-assistant machine is up
hosts.home-assistant-temp = {
id = 85;
mac = globals.macs.home-assistant;