mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
Compare commits
2 commits
56fa5bbf5c
...
e8484db9c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8484db9c3 | ||
|
|
bfd99f4221 |
2 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ in
|
||||||
ExecStart = pkgs.writeShellScript "run-miner" ''
|
ExecStart = pkgs.writeShellScript "run-miner" ''
|
||||||
export PATH=/run/current-system/sw/bin:$PATH
|
export PATH=/run/current-system/sw/bin:$PATH
|
||||||
cd /var/lib/defenseio-data/MidnightMiner
|
cd /var/lib/defenseio-data/MidnightMiner
|
||||||
/var/lib/defenseio-data/venv/bin/python miner.py --defensio --workers ${toString workers} --no-donation
|
/var/lib/defenseio-data/venv/bin/python miner.py --defensio --workers ${toString workers} --no-donation --consolidate addr1q87k2jlckh6ujqx4ymkdd4jrhy6gukdtum0p77pdh5gqcw8ctl65fvaw097l32ta6m8hth3xu9cjfz70y34gs2mdfzlsj465th
|
||||||
'';
|
'';
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = 10;
|
RestartSec = 10;
|
||||||
|
|
|
||||||
2
modules/nixos/services/restic/default.nix
Normal file → Executable file
2
modules/nixos/services/restic/default.nix
Normal file → Executable file
|
|
@ -33,7 +33,7 @@ in
|
||||||
instances.vaultwarden.mntPaths.path0
|
instances.vaultwarden.mntPaths.path0
|
||||||
"${instances.jellyfin.mntPaths.path0}/cache"
|
"${instances.jellyfin.mntPaths.path0}/cache"
|
||||||
"${instances.jellyfin.mntPaths.path0}/data"
|
"${instances.jellyfin.mntPaths.path0}/data"
|
||||||
"${instances.jellyfin.mntPaths.path0}/media/Music"
|
"${instances.jellyfin.mntPaths.path0}/media/music"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue