Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update ssh key hash, add victorialogs

+2 -1
+1
secrets/secrets.nix
··· 29 29 "garage_rpc_secret.age".publicKeys = [ misaki ] ++ noah; 30 30 "garage_admin_secret.age".publicKeys = [ misaki ] ++ noah; 31 31 "garage_metrics_secret.age".publicKeys = [ misaki ] ++ noah; 32 + "victoria-secret.age".publicKeys = [ misaki ] ++ noah; 32 33 }
secrets/victoria-secret.age

This is a binary file and will not be displayed.

+1 -1
users.nix
··· 36 36 name = "chiefnoah.keys"; 37 37 # Update this with: 38 38 # `curl https://meta.sr.ht/~chiefnoah.keys | sha256sum` 39 - sha256 = "0gwsxm0dj21rw9v2xj82nkgbxz2rr8lg9bm0jpklyh3hrky0gp0z"; 39 + sha256 = "06nsjic020sj0qyjn5czff5rz00g4zrxvzh0zrm58z1cq2yya2nw"; 40 40 } 41 41 ) 42 42 );