setup backup on titan and nix fmt
This commit is contained in:
parent
d428cd2377
commit
a372071b70
9 changed files with 127 additions and 24 deletions
|
@ -11,11 +11,9 @@
|
|||
../yt.nix
|
||||
{
|
||||
disabledModules = [
|
||||
"services/backup/borgbackup.nix"
|
||||
"services/backup/btrbk.nix"
|
||||
];
|
||||
}
|
||||
(inputs.nixpkgs-borg + "/nixos/modules/services/backup/borgbackup.nix")
|
||||
(inputs.nixpkgs-btrbk + "/nixos/modules/services/backup/btrbk.nix")
|
||||
];
|
||||
|
||||
|
@ -188,7 +186,7 @@
|
|||
|
||||
programs.sway.enable = true;
|
||||
|
||||
my.backup= {
|
||||
my.backup = {
|
||||
enable = true;
|
||||
jobName = "ytnixRsync";
|
||||
exclude = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue