about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin')
-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;