m 2 x: add laptop-backup
This commit is contained in:
parent
1258b4c7d2
commit
50eea6cd81
12
makefu/2configs/laptop-backup.nix
Normal file
12
makefu/2configs/laptop-backup.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
systemd.user.services.duply-secrets = {
|
||||||
|
description = "run daily secrets backup";
|
||||||
|
startAt = "daily";
|
||||||
|
serviceConfig = {
|
||||||
|
Type = "oneshot";
|
||||||
|
ExecStart = "{pkgs.duply}/bin/duply omo-secrets backup";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user