mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
system: Switch to mullvad package without gui
The GUI isn't needed anymore now that I'm able to deploy mullvad to new phone systems without using it.
This commit is contained in:
parent
de6eb60ecb
commit
5c7a272877
@ -266,7 +266,6 @@ in
|
|||||||
mullvad-vpn = mkIf mullvad {
|
mullvad-vpn = mkIf mullvad {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableExcludeWrapper = false;
|
enableExcludeWrapper = false;
|
||||||
package = pkgs.mullvad-vpn;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql = mkIf postgres {
|
postgresql = mkIf postgres {
|
||||||
|
Loading…
Reference in New Issue
Block a user