about summary refs log tree commit diff
path: root/users/tazjin/nixos
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-06-28T08·22+0300
committertazjin <tazjin@tvl.su>2023-06-30T11·02+0000
commit62bc519d4f9747c8471ff8449abd486ccbb2345b (patch)
tree2b815c38aa3389eff04e24ddb20cea8ba2152dd7 /users/tazjin/nixos
parente28c2885c6f9dd989647db67685f2e0c82d08ebd (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/nixos')
-rw-r--r--users/tazjin/nixos/modules/physical.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix
index b9e06c3cd7..8f2972c45c 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;