Oops quote wrong
This commit is contained in:
parent
140a666c38
commit
4cc2f1ea56
|
@ -56,7 +56,7 @@
|
||||||
dbpassFile = config.sops.secrets "nextclouddb".path;
|
dbpassFile = config.sops.secrets "nextclouddb".path;
|
||||||
|
|
||||||
#TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration
|
#TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration
|
||||||
adminpassFile = config.sops.secrets.nextcloudadmin".path;
|
adminpassFile = config.sops.secrets."nextcloudadmin".path;
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue