This commit is contained in:
commit
fef2377502
174 changed files with 7423 additions and 0 deletions
19
nixos-configurations/lindberg/secrets.nix
Normal file
19
nixos-configurations/lindberg/secrets.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ ... }:
|
||||
let
|
||||
backupConfiguration = {
|
||||
restartUnits = [
|
||||
"borgbackup-job-data-fulberg.service"
|
||||
"borgbackup-job-data-tierberg.service"
|
||||
];
|
||||
};
|
||||
in
|
||||
|
||||
{
|
||||
sops.secrets = {
|
||||
"tailscale/key" = {
|
||||
restartUnits = [ "tailscale.service" ];
|
||||
};
|
||||
"backup/data/password" = backupConfiguration;
|
||||
"backup/data/ssh-key" = backupConfiguration;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue