mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Remove mounting of media as it is now done by nextcloud itself
This commit is contained in:
parent
f0ff9d3a9f
commit
7a2c069046
1 changed files with 0 additions and 7 deletions
|
|
@ -30,13 +30,6 @@ in
|
||||||
options = sshfsOptions;
|
options = sshfsOptions;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/run/mount/media" =
|
|
||||||
{
|
|
||||||
device = " www-data@10.0.2.2:/data";
|
|
||||||
fsType = "fuse.sshfs";
|
|
||||||
options = sshfsOptions;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"${config.services.nextcloud.hostName}" = {
|
"${config.services.nextcloud.hostName}" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue