From b9cf397849fe2e346a9e1ee00d4f430d69446275 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Fri, 28 Mar 2025 21:59:52 +0100 Subject: [PATCH] Don't enable Bookwyrm systemd unit by default --- packages/bookwyrm/nixos-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/bookwyrm/nixos-module.nix b/packages/bookwyrm/nixos-module.nix index 6517b71..464d257 100644 --- a/packages/bookwyrm/nixos-module.nix +++ b/packages/bookwyrm/nixos-module.nix @@ -47,7 +47,6 @@ with pkgs . kernelmaft ; RestrictRealtime=true RestrictSUIDSGID=true '' ; - wantedBy = [ "network-online.target" ] ; } ; } ; } ;