nbxplorer: remove deprecated option

Fixes this warning:
Explorer: Options 'automigrate' is obsolete and ignored...
This commit is contained in:
Erik Arvstedt 2024-12-13 23:21:30 +01:00
parent d6bae0a9eb
commit 09ba739719
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -168,7 +168,6 @@ in {
lbtcnodeendpoint=${nbLib.addressWithPort liquidd.address liquidd.whitelistedPort}
''}
postgres=User ID=${cfg.nbxplorer.user};Host=/run/postgresql;Database=nbxplorer
automigrate=1
'';
in rec {
wantedBy = [ "multi-user.target" ];