mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
enable backups without any specific
This commit is contained in:
@ -41,6 +41,12 @@ nixpkgs.lib.nixosSystem {
|
||||
wsl.enable = false;
|
||||
caddy.enable = true;
|
||||
|
||||
backup.s3 = {
|
||||
endpoint = "s3.us-west-002.backblazeb2.com";
|
||||
bucket = "noahmasur-backup";
|
||||
accessKeyId = "0026b0e73b2e2c80000000005";
|
||||
};
|
||||
|
||||
# Disable passwords, only use SSH key
|
||||
publicKey =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB+AbmjGEwITk5CK9y7+Rg27Fokgj9QEjgc9wST6MA3s";
|
||||
|
Reference in New Issue
Block a user