Add forge server, clean up common nginx configuration, and update for

latest nixos configuration expectations
This commit is contained in:
Haak Saxberg 2025-01-04 09:50:53 -08:00
parent c5de48b167
commit 8b74198e4d
8 changed files with 99 additions and 33 deletions

View file

@ -121,15 +121,6 @@
services.mullvad-vpn.enable = true;
networking.wireguard.enable = true;
# Enable sound.
# sound.enable turns on pulseaudio, which conflicts with pipwire. As
# Pipewire is now enabled by default (??) we should not enable the default
# sound provider.
# https://github.com/NixOS/nixpkgs/issues/163066
sound.enable = true;
# hardware.pulseaudio.enable = false;
# security.rtkit.enable = true;
services.pipewire = {
enable = false;
alsa.enable = true;