Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Fix nginx

+3 -1
+3 -1
host-specific/misaki/services.nix
··· 36 36 # This option is for enabling the bolt daemon for managing Thunderbolt/USB4 Devices. 37 37 services.hardware.bolt.enable = true; 38 38 39 + services.ergochat.enable = true; 40 + 39 41 # Containers and VMs 40 42 virtualisation = { 41 43 podman = { ··· 426 428 user = "noah"; 427 429 recommendedGzipSettings = true; 428 430 recommendedOptimisation = true; 429 - recommendedProxySettings = true; 431 + #recommendedProxySettings = true; 430 432 recommendedTlsSettings = true; 431 433 432 434 virtualHosts."photos.ngp.computer" = {