forked from mirrors_public/oddlama_nix-config
chore: rework home assistant config
This commit is contained in:
parent
4e46105e5e
commit
6c731eede4
12 changed files with 73 additions and 81 deletions
|
@ -224,9 +224,11 @@ in {
|
|||
proxyPass = "http://immich";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
# FIXME: refer to lan 192.168... and fd10:: via globals
|
||||
extraConfig = ''
|
||||
client_max_body_size 10G;
|
||||
allow 192.168.1.0/24;
|
||||
allow fd10::/64;
|
||||
deny all;
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue