mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add restic backups for other services
This commit is contained in:
@@ -6,7 +6,16 @@ in
|
||||
"hedgedoc-environment-file.age".publicKeys = [ server pc ];
|
||||
"discord-bot-token.age".publicKeys = [ server pc ];
|
||||
"todos-environment-file.age".publicKeys = [ server pc ];
|
||||
"restic/password.age".publicKeys = [ server pc ];
|
||||
"restic/minecraft-password.age".publicKeys = [ server pc ];
|
||||
"restic/minecraft-environment-file.age".publicKeys = [ server pc ];
|
||||
"restic/minecraft-repository.age".publicKeys = [ server pc ];
|
||||
"restic/hedgedoc-password.age".publicKeys = [ server pc ];
|
||||
"restic/hedgedoc-environment-file.age".publicKeys = [ server pc ];
|
||||
"restic/hedgedoc-repository.age".publicKeys = [ server pc ];
|
||||
"restic/todos-password.age".publicKeys = [ server pc ];
|
||||
"restic/todos-environment-file.age".publicKeys = [ server pc ];
|
||||
"restic/todos-repository.age".publicKeys = [ server pc ];
|
||||
"restic/discord-bot-password.age".publicKeys = [ server pc ];
|
||||
"restic/discord-bot-environment-file.age".publicKeys = [ server pc ];
|
||||
"restic/discord-bot-repository.age".publicKeys = [ server pc ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user