From e06be59365ea874d7b6b431266ff0fba20800923 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Sat, 8 Mar 2025 16:21:37 +0100 Subject: [PATCH] Start Bookwyrm systemd unit automatically in NixOS module --- packages/bookwyrm/nixos-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/bookwyrm/nixos-module.nix b/packages/bookwyrm/nixos-module.nix index 940a561..e293aee 100644 --- a/packages/bookwyrm/nixos-module.nix +++ b/packages/bookwyrm/nixos-module.nix @@ -43,6 +43,7 @@ with pkgs . kernelmaft ; RestrictRealtime=true RestrictSUIDSGID=true '' ; + wantedBy = [ "network-online.target" ] ; } ; } ; } ;