mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-25 20:34:53 +00:00
move glacierbucket option away from global
This commit is contained in:
parent
405b1ce60f
commit
b668c991c8
@ -247,7 +247,6 @@
|
||||
mail.imapHost = "imap.purelymail.com";
|
||||
mail.smtpHost = "smtp.purelymail.com";
|
||||
dotfilesRepo = "https://github.com/nmasur/dotfiles";
|
||||
backup.s3.glacierBucket = "noahmasur-archive";
|
||||
hostnames = {
|
||||
audiobooks = "read.${baseName}";
|
||||
files = "files.${baseName}";
|
||||
|
@ -134,6 +134,7 @@ inputs.nixpkgs.lib.nixosSystem rec {
|
||||
endpoint = "s3.us-west-002.backblazeb2.com";
|
||||
bucket = "noahmasur-backup";
|
||||
accessKeyId = "0026b0e73b2e2c80000000005";
|
||||
glacierBucket = "noahmasur-archive";
|
||||
};
|
||||
|
||||
# Disable passwords, only use SSH key
|
||||
|
Loading…
Reference in New Issue
Block a user