diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-08 23:22:08 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-08 23:22:08 -0400 |
| commit | d9c791290ac34161933b2545584b167f3a69a6a3 (patch) | |
| tree | 942901a90982d68ccb12ba8fd3b29cb43f0ae123 /hosts | |
| parent | try to fix links in ghostty (diff) | |
| download | nixos-d9c791290ac34161933b2545584b167f3a69a6a3.tar.gz nixos-d9c791290ac34161933b2545584b167f3a69a6a3.tar.bz2 nixos-d9c791290ac34161933b2545584b167f3a69a6a3.zip | |
add nix-cache.skullheadx.com
Diffstat (limited to '')
| -rw-r--r-- | hosts/icon/configuration.nix | 9 |
1 files changed, 8 insertions, 1 deletions
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; |
