mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: prepare restic on winters
This commit is contained in:
parent
3e74316245
commit
fc79159732
5 changed files with 28 additions and 5 deletions
|
|
@ -24,6 +24,7 @@
|
|||
./paperless.nix
|
||||
./transmission.nix
|
||||
./syncthing.nix
|
||||
./restic.nix
|
||||
./monitoring.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
7
profiles/server/common/restic.nix
Normal file
7
profiles/server/common/restic.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
config = lib.mkIf config.swarselsystems.server.restic {
|
||||
|
||||
# TODO
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue