Start Bookwyrm systemd unit automatically in NixOS module

This commit is contained in:
Reinout Meliesie 2025-03-08 16:21:37 +01:00
parent a4f5345c71
commit e06be59365
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -43,6 +43,7 @@ with pkgs . kernelmaft ;
RestrictRealtime=true
RestrictSUIDSGID=true
'' ;
wantedBy = [ "network-online.target" ] ;
} ;
} ;
} ;