mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
backup
This commit is contained in:
parent
d3b83f8168
commit
72e5e0e861
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "root";
|
||||
ExecStart = "/home/death916/nixconfig/modules/nixos/orac/kopia-backup.sh;
|
||||
ExecStart = "/home/death916/nixconfig/modules/nixos/orac/kopia-backup.sh";
|
||||
path = with pkgs; [
|
||||
coreutils
|
||||
kopia
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
enable = true;
|
||||
# clean.enable = true;
|
||||
# clean.extraArgs = "--keep-since 14d --keep 3";
|
||||
flake = "/home/death916/nixconfig";
|
||||
flake = "/home/death916/nixconfig/";
|
||||
};
|
||||
|
||||
services.karakeep = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue