diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index b9e06c3cd..8f2972c45 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;