Skip to content

Commit

Permalink
fix(nixos): Remove deleted NixOS option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 23, 2024
1 parent 1a9e66d commit 0926ec4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nixos-modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
'';

environment.systemPackages = [ pkgs.mullvad-vpn ];
# going to use pipewire instead
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services = {
mullvad-vpn.enable = true;

Expand Down Expand Up @@ -75,11 +78,6 @@
LC_TIME = "en_US.UTF-8";
};

# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;

users = {
mutableUsers = false;
users = {
Expand Down

0 comments on commit 0926ec4

Please sign in to comment.