Add mixcloud mirror
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
./hardware-configuration.nix
|
||||
../../configuration/common
|
||||
../../configuration/proxmox-vm
|
||||
./mixcloud.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
@@ -23,6 +24,10 @@
|
||||
networking.defaultGateway6 = { address = "2001:638:904:ffc0::1"; interface = "ens18"; };
|
||||
networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ];
|
||||
|
||||
services.nginx.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
clerie.monitoring = {
|
||||
enable = true;
|
||||
id = "209";
|
||||
|
Reference in New Issue
Block a user