aboutsummaryrefslogtreecommitdiff
path: root/nixos/configurations
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/configurations')
-rw-r--r--nixos/configurations/lipwig.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix
index 4dc51c7..3444dfa 100644
--- a/nixos/configurations/lipwig.nix
+++ b/nixos/configurations/lipwig.nix
@@ -26,7 +26,7 @@
/run/wrappers/bin/sudo -u postgres /run/current-system/sw/bin/pg_dumpall
'';
nextcloud_data.paths = "/nas/nextcloud/data";
- sync_data.paths = "/nas/sync";
+ sync_data.paths = "/sync";
};
};
@@ -42,7 +42,7 @@
];
};
"/nas/nextcloud-sync" = {
- device = "/nas/sync";
+ device = "/sync";
fsType = "fuse.bindfs";
options = ["map=syncthing/nextcloud:@syncthing/@nextcloud"];
};
@@ -354,7 +354,7 @@
enable = true;
user = "syncthing";
group = "syncthing";
- dataDir = "/nas/sync";
+ dataDir = "/sync";
};
};
}