configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
1let
2 bluepill = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlO7ODA+//BwvI4IEr+7vTgVTQl1rvs/DMr67F6Ztr4";
3 bluepill-proxy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9k6d9zNhRAFv1cnSHEZ3i4qSLOnzE4ekHxMuRdkhi";
4 d-macbook = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIExg7LMVUJNVIZrUXRMIDgK70IjlG/fZG3hgTR20sEu6";
5in {
6 "bluesky-pds.age".publicKeys = [bluepill d-macbook];
7 "draupnir-at.age".publicKeys = [bluepill d-macbook];
8 "msmtp.age".publicKeys = [bluepill d-macbook];
9 "navidrome.age".publicKeys = [bluepill d-macbook];
10 "rclone-onedrive.age".publicKeys = [bluepill d-macbook];
11 "restic.age".publicKeys = [bluepill d-macbook];
12 "slskd.age".publicKeys = [bluepill d-macbook];
13 "tranquil-pds.age".publicKeys = [bluepill d-macbook];
14 "transmission.age".publicKeys = [bluepill d-macbook];
15}