Move restic to modules, also create backup services.
This commit is contained in:
parent
e3104c99d2
commit
6ec3de9e4e
3 changed files with 94 additions and 1 deletions
modules/home-manager
|
@ -8,6 +8,7 @@
|
|||
./mpv.nix
|
||||
./obs-studio.nix
|
||||
./nh.nix
|
||||
./restic.nix
|
||||
];
|
||||
|
||||
crony.mangohud.enable = lib.mkDefault true;
|
||||
|
@ -18,4 +19,5 @@
|
|||
crony.mpv.enable = lib.mkDefault true;
|
||||
crony.obs-studio.enable = lib.mkDefault true;
|
||||
crony.nh.enable = lib.mkDefault true;
|
||||
crony.restic.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue