Add forge server, clean up common nginx configuration, and update for
latest nixos configuration expectations
This commit is contained in:
parent
c5de48b167
commit
8b74198e4d
8 changed files with 99 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue