this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

No binary cache

Ben C d85342f9 f06f060a

-30
-13
nixosConfigurations/aperture.nix
··· 15 15 system.stateVersion = "25.05"; 16 16 networking.hostName = "aperture"; 17 17 18 - nix.settings = { 19 - substituters = lib.mkForce [ 20 - "https://bincache.bwc9876.dev" 21 - "https://cache.nixos.org" 22 - ]; 23 - trusted-substituters = [ 24 - "https://bincache.bwc9876.dev" 25 - ]; 26 - trusted-public-keys = [ 27 - "bincache.bwc9876.dev:Hld97kaStrWo7zlLpiay2NDeDF3OpOYPzM0Kzfqj+Kw=" 28 - ]; 29 - }; 30 - 31 18 users.users = let 32 19 secureRoot = "/nix/persist/secure"; 33 20 in {
-17
nixosConfigurations/black-mesa.nix
··· 155 155 acmeRoot = null; # DNS 156 156 useACMEHost = "bwc9876.dev"; 157 157 }; 158 - virtualHosts."bincache.bwc9876.dev" = { 159 - addSSL = true; 160 - acmeRoot = null; 161 - useACMEHost = "bwc9876.dev"; 162 - locations."/" = { 163 - proxyPass = "http://localhost:6767"; 164 - recommendedProxySettings = true; 165 - }; 166 - }; 167 158 }; 168 159 169 160 services.tranquil-pds.settings.email = { ··· 201 192 port = 587; 202 193 tls = true; 203 194 }; 204 - }; 205 - 206 - services.nix-serve = { 207 - enable = true; 208 - package = pkgs.nix-serve-ng; 209 - port = 6767; 210 - bindAddress = "127.0.0.1"; 211 - secretKeyFile = "/nix/persist/secure/nix-serve.key"; 212 195 }; 213 196 214 197 security.acme = {