diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-28T08·22+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-06-30T11·02+0000 |
commit | 62bc519d4f9747c8471ff8449abd486ccbb2345b (patch) | |
tree | 2b815c38aa3389eff04e24ddb20cea8ba2152dd7 /users/tazjin | |
parent | e28c2885c6f9dd989647db67685f2e0c82d08ebd (diff) |
chore(tazjin/nixos): disable mullvad-vpn service r/6363
Change-Id: Ie5005f5485b77bbafcfaf353db0e8f53caed00f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8877 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index b9e06c3cd725..8f2972c45cba 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -77,10 +77,7 @@ in ]); # Run services & configure programs for all machines. - services = { - mullvad-vpn.enable = true; - fwupd.enable = true; - }; + services.fwupd.enable = true; # Disable the broken NetworkManager-wait-online.service systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; |