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:
parent
4d2b186626
commit
ec502b4193
3 changed files with 22 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue