added kodi
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443 22];
|
||||
allowedUDPPorts = [];
|
||||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443 22 25565 26615 8080];
|
||||
allowedUDPPorts = [26615 8080 1900];
|
||||
};
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
@@ -35,6 +37,11 @@
|
||||
enable = true;
|
||||
allowed-origins = ["https://pit.dhilton.xyz"];
|
||||
};
|
||||
|
||||
pulseaudio = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
|
||||
Reference in New Issue
Block a user