services/nextcloud: replace password with file

keep-around/ef83fddd172f11fce8c11fd0c04d69646b0f92c2
schweby 2021-10-31 09:01:20 +01:00
parent 0652afa761
commit ef83fddd17
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
# there's also a adminpassFile option, but for testing this seems
# enough (less fiddling with getting the file into a nixos
# container for ad-hoc setups)
adminpass = "lushfjwebrwhjebr";
adminpassFile = "/persist/nextcloud/config/admin_pw";
adminuser = "root";
defaultapp = "apporder";
};