configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: agenix stuff

+12 -11
+1
modules/users/devin.nix
··· 34 34 homeDirectory = homeDir; 35 35 stateVersion = "23.11"; 36 36 packages = with pkgs; [ 37 + agenix 37 38 alejandra 38 39 bat 39 40 coreutils
+11 -11
secrets/secrets.nix
··· 1 1 let 2 2 bluepill = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlO7ODA+//BwvI4IEr+7vTgVTQl1rvs/DMr67F6Ztr4"; 3 3 bluepill-proxy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9k6d9zNhRAFv1cnSHEZ3i4qSLOnzE4ekHxMuRdkhi"; 4 - in 5 - { 6 - "bluesky-pds.age".publicKeys = [ bluepill ]; 7 - "draupnir-at.age".publicKeys = [ bluepill ]; 8 - "msmtp.age".publicKeys = [ bluepill ]; 9 - "navidrome.age".publicKeys = [ bluepill ]; 10 - "rclone-onedrive.age".publicKeys = [ bluepill ]; 11 - "restic.age".publicKeys = [ bluepill ]; 12 - "slskd.age".publicKeys = [ bluepill ]; 13 - "tranquil-pds.age".publicKeys = [ bluepill ]; 14 - "transmission.age".publicKeys = [ bluepill ]; 4 + d-macbook = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIExg7LMVUJNVIZrUXRMIDgK70IjlG/fZG3hgTR20sEu6"; 5 + in { 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 15 }