Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
fix(hm): remove require unit for protonmail-bridge service
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Dec 21, 2023
1 parent f8200ae commit 3c7dd17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home-manager/services/protonmail-bridge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ in
systemd.user.services.protonmail-bridge = {
Unit = {
Description = "Protonmail Bridge";
Requires = [ "network.target" ];
After = [ "network.target" ];
};

Expand Down

0 comments on commit 3c7dd17

Please sign in to comment.