Moved media and torrenting to zfs dir

This commit is contained in:
Richie Cahill
2024-06-20 21:53:44 -04:00
parent 0598004dc1
commit 87dd18a894
5 changed files with 23 additions and 23 deletions

View File

@ -51,7 +51,7 @@
plex = {
enable = true;
dataDir = "/ZFS/media/Plex/";
dataDir = "/zfs/media/Plex/";
};
smartd.enable = true;
@ -62,7 +62,7 @@
syncthing.settings.folders = {
"notes" = {
id = "l62ul-lpweo"; # cspell:disable-line
path = "/ZFS/media/Notes";
path = "/zfs/media/Notes";
devices = [
"bob"
"phone"
@ -131,7 +131,7 @@
serviceConfig = {
Environment = "ZFS_BIN=${pkgs.zfs}/bin/zfs";
Type = "oneshot";
ExecStart = "${pkgs.python3}/bin/python3 /ZFS/media/Scripts/new/ZFS/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'";
ExecStart = "${pkgs.python3}/bin/python3 /zfs/media/Scripts/new/zfs/snapshot_manager.py --config-file='/root/nix-dotfiles/systems/jeeves/snapshot_config.toml'";
};
};
timers."snapshot_manager" = {