summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-12-19 12:29:50 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2022-12-21 10:29:25 +0100
commit4cdcad6b26441baac19e817def6827d40f1e317e (patch)
tree36ea448af68c0db59b6c964b422d2ae0079959b8
parent13d725908cf96edcb1527bbfbb238f566fc31b51 (diff)
nixos/firefox-syncserver: remove unnecessary service option
Stderr does not exist as a systemd option (StandardError would've been correct), but since "journal" is the default by association this mistake never had any effect. just remove the key entirely.
-rw-r--r--nixos/modules/services/networking/firefox-syncserver.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/firefox-syncserver.nix b/nixos/modules/services/networking/firefox-syncserver.nix
index d9e42ab7aea3..9733fb16d903 100644
--- a/nixos/modules/services/networking/firefox-syncserver.nix
+++ b/nixos/modules/services/networking/firefox-syncserver.nix
@@ -256,7 +256,6 @@ in
User = defaultUser;
Group = defaultUser;
ExecStart = "${cfg.package}/bin/syncserver --config ${configFile}";
- Stderr = "journal";
EnvironmentFile = lib.mkIf (cfg.secrets != null) "${cfg.secrets}";
# hardening