mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add Roundcube
This commit is contained in:
parent
5f36ab8644
commit
8404e17a2f
9 changed files with 72 additions and 4 deletions
|
|
@ -11,7 +11,6 @@ in
|
|||
sops.secrets = {
|
||||
sshfsKey = {
|
||||
key = "sshfs_keys/private";
|
||||
restartUnits = [ "var-lib-nextcloud-data.mount" ];
|
||||
};
|
||||
nextcloudDbPassword = {
|
||||
owner = config.users.users.nextcloud.name;
|
||||
|
|
@ -30,7 +29,7 @@ in
|
|||
];
|
||||
|
||||
systemd.services.nextcloud-data-sshfs = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wantedBy = [ "multi-user.target" "nextcloud-setup.service" ];
|
||||
before = [ "phpfpm-nextcloud.service" ];
|
||||
restartIfChanged = false;
|
||||
serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue