mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
semicolon
This commit is contained in:
parent
59bb0c857f
commit
0409052e26
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ let
|
|||
# Define the paths to your externally managed password files
|
||||
adminPassFilePath = "/etc/nixos/secrets/nextcloud_admin_password";
|
||||
dbPassFilePath = "/etc/nixos/secrets/nextcloud_db_password";
|
||||
nextcloudDataPath = "/storage/nextcloud-data"
|
||||
nextcloudDataPath = "/storage/nextcloud-data";
|
||||
in
|
||||
{
|
||||
# --- PostgreSQL Database for Nextcloud ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue