Add jellyseerr host
This commit is contained in:
parent
dfb7957217
commit
8effa34dce
6 changed files with 67 additions and 0 deletions
22
config/hosts/jellyseerr/configuration.nix
Normal file
22
config/hosts/jellyseerr/configuration.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ ... }:
|
||||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/vda";
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "jellyseerr";
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
};
|
||||
extraHosts =
|
||||
''
|
||||
10.202.46.101 jellyfin.grzb.de
|
||||
10.202.100.102 radarr.grzb.de
|
||||
10.202.100.102 sonarr.grzb.de
|
||||
'';
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue