Enable systemd-resolved for jellyseerr
This commit is contained in:
parent
d8364d07c3
commit
f2d49cbc15
3 changed files with 17 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
firewall = {
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
};
|
||||
nameservers = [ "193.138.218.74" ];
|
||||
extraHosts =
|
||||
''
|
||||
10.202.46.101 jellyfin.grzb.de
|
||||
|
@ -18,5 +19,10 @@
|
|||
'';
|
||||
};
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
fallbackDns = [ ];
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue