add first step backup for kabtop
This commit is contained in:
15
modules/hardware/backup_remote.nix
Normal file
15
modules/hardware/backup_remote.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.btrbk = {
|
||||
sshAccess = [
|
||||
{
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDqNVyXc6XHJiPakaEyTgeiuOtB1BniZleSdLDLE4ks";
|
||||
roles = ["source" "info" "send"];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user