From d9c791290ac34161933b2545584b167f3a69a6a3 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 8 Jul 2026 23:22:08 -0400 Subject: add nix-cache.skullheadx.com --- hosts/icon/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hosts/icon') diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index a5aa0b9..cebb9ca 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -189,6 +189,12 @@ }; }; + services.nix-serve = { + enable = true; + package = pkgs.nix-serve-ng; + secretKeyFile = "/var/cache-priv-key.pem"; + }; + services.nginx = { enable = true; virtualHosts = { @@ -311,7 +317,8 @@ 8080 6667 2049 - ]; # git, gitweb, irc, nfs + 5000 + ]; # git, gitweb, irc, nfs, nix-serve-ng networking.firewall.allowedUDPPorts = [55555]; # wireguard # Or disable the firewall altogether. # networking.firewall.enable = false; -- cgit v1.3.1