mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added cameras
This commit is contained in:
parent
05ed364b26
commit
30991dd537
2 changed files with 40 additions and 66 deletions
|
|
@ -100,7 +100,12 @@ in
|
|||
services.dnsmasq = {
|
||||
enable = true;
|
||||
settings = {
|
||||
address = "/.ramos.codes/192.168.0.154";
|
||||
# Only specific subdomains go to local server
|
||||
address = [
|
||||
"/git.ramos.codes/192.168.0.154"
|
||||
"/frigate.ramos.codes/192.168.0.154"
|
||||
"/test.ramos.codes/192.168.0.154"
|
||||
];
|
||||
server = [ "1.1.1.1" "8.8.8.8" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue