My configuration. Probably nothing to look for here.
Go to file
Deployerbot Main 254dc0446b flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/9787dffff5d315c9593d3f9fb0f9bf2097e1b57b' (2023-09-11)
  → 'github:nix-community/home-manager/07682fff75d41f18327a871088d20af2710d4744' (2023-09-19)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/161b027169b19d3a0ad6bd0a8948edf0c0fb0f64' (2023-09-18)
  → 'github:NixOS/nixos-hardware/cb4dc98f776ddb6af165e6f06b2902efe31ca67a' (2023-09-19)
• Updated input 'nur':
    'github:nix-community/NUR/1152aa48c3e88af00f2a3b2ff8af9d3c14cf5d72' (2023-09-18)
  → 'github:nix-community/NUR/d3e2b92cdfcd27e878c647b9f013f2d02d444c75' (2023-09-19)
2023-09-19 12:03:20 +00:00
hosts deployerbot: fwminex allows vno1 2023-09-18 20:49:17 +03:00
modules slock 2023-09-19 07:52:20 +03:00
secrets secrets for fwminex 2023-09-15 13:28:15 +03:00
.envrc flakes 2023-07-18 11:27:59 +03:00
.gitattributes Configure git repository for gpg file diff. 2023-01-03 13:41:30 +02:00
.gitignore make shell work 2023-04-03 16:43:34 +03:00
data.nix deployerbot: fwminex allows vno1 2023-09-18 20:49:17 +03:00
flake.lock flake.lock: Update 2023-09-19 12:03:20 +00:00
flake.nix deploy-rs: use the cached version for real 2023-09-15 15:39:27 +03:00
LICENSE add a license 2023-04-13 23:50:42 +03:00
nixpkgs.nix nix fmt . 2023-04-03 16:50:52 +03:00
README.md rename vno1-rp3b to vno3-rp3b 2023-09-14 13:27:05 +03:00
secrets.nix secrets for fwminex 2023-09-15 13:28:15 +03:00
yubikey-installer.nix update yubikey-installer.nix to 23.05 and nix flake update 2023-07-20 15:19:33 +03:00

Config

Flakes:

$ deploy --interactive '#vno1-oh2'

$ nix build .#deploy.nodes.fra1-a.profiles.system.path

Other:

$ nix build .#nixosConfigurations.vno3-rp3b.config.system.build.toplevel

Debug

$ nix eval .#nixosConfigurations.vno1-oh2.config.services.nsd

Encoding host-only secrets

Encode a secret on host:

rage -e -r "$(cat /etc/ssh/ssh_host_ed25519_key.pub)" -o secret.age /path/to/plaintext

Decode a secret on host (to test things out):

rage -d -i /etc/ssh/ssh_host_ed25519_key secret.age