add backup secrets to config for hosts
This commit is contained in:
parent
c43341a8b2
commit
3fccfe3b67
25 changed files with 242 additions and 75 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, secretsPath
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
|
@ -50,10 +51,6 @@ in
|
|||
};
|
||||
vpnExtension = "3";
|
||||
};
|
||||
backupClient = {
|
||||
bs.enable = true;
|
||||
gs.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue