nbxplorer: remove deprecated option

Fixes this warning:
Explorer: Options 'automigrate' is obsolete and ignored...
This commit is contained in:
Erik Arvstedt
2024-12-14 10:52:26 +01:00
parent d6bae0a9eb
commit 09ba739719
-1
View File
@@ -168,7 +168,6 @@ in {
lbtcnodeendpoint=${nbLib.addressWithPort liquidd.address liquidd.whitelistedPort} lbtcnodeendpoint=${nbLib.addressWithPort liquidd.address liquidd.whitelistedPort}
''} ''}
postgres=User ID=${cfg.nbxplorer.user};Host=/run/postgresql;Database=nbxplorer postgres=User ID=${cfg.nbxplorer.user};Host=/run/postgresql;Database=nbxplorer
automigrate=1
''; '';
in rec { in rec {
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];