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

• Updated input 'e11sync':
    'git+https://git.jakstys.lt/motiejus/e11sync?ref=refs/heads/main&rev=31ff6d560636cf3b71fda8b0bf49855a81e3cf62' (2024-02-25)
  → 'git+https://git.jakstys.lt/motiejus/e11sync?ref=refs/heads/main&rev=47d103e08c91b59f412d3388d058dadd296a2ff0' (2024-02-27)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
  → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28)
• Updated input 'gitignore':
    'github:hercules-ci/gitignore.nix/43e1aa1308018f37118e34d3a9cb4f5e75dc11d5' (2023-12-29)
  → 'github:hercules-ci/gitignore.nix/637db329424fd7e46cf4185293b9cc8c88c95394' (2024-02-28)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/3f7d0bca003eac1a1a7f4659bbab9c8f8c2a0958' (2024-02-22)
  → 'github:NixOS/nixos-hardware/33a97b5814d36ddd65ad678ad07ce43b1a67f159' (2024-02-28)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5bf1cadb72ab4e77cb0b700dab76bcdaf88f706b' (2024-02-25)
  → 'github:NixOS/nixpkgs/c8e74c2f83fe12b4e5a8bd1abbc090575b0f7611' (2024-02-28)
• Updated input 'nur':
    'github:nix-community/NUR/7d6c781342f58e0d8fdb281f2abc238b1aa38e5c' (2024-02-25)
  → 'github:nix-community/NUR/fc9e8ef9cea57baa3669766b78e3236207df39ba' (2024-02-28)
2024-02-28 23:30:49 +00:00
hacks/orangepi5/uboot remove sata, use our fork 2024-02-27 21:23:18 +02:00
hosts fwminex autorandr: add home1 2024-02-28 15:03:49 +02:00
modules deployerbot: git push on success 2024-02-28 14:55:42 +02:00
pkgs extraCompressors 2024-02-15 10:57:31 +02:00
secrets fra1-a: backup e11sync 2024-01-25 14:49:51 +02:00
shared remove sata, use our fork 2024-02-27 21:23:18 +02:00
.envrc move home-manager config to a dedicated location 2023-10-06 11:24:00 +03:00
.gitattributes Configure git repository for gpg file diff. 2023-01-03 13:41:30 +02:00
.gitignore enable some checks in pre-commit hooks 2023-10-02 00:00:30 +03:00
data.nix fix data 2024-02-27 23:04:06 +02:00
flake.lock flake.lock: Update 2024-02-28 23:30:49 +00:00
flake.nix remove sata, use our fork 2024-02-27 21:23:18 +02:00
LICENSE relicense 2024-01-15 18:18:45 +02:00
README.md remove mtwork 2024-02-27 18:20:44 +02:00
secrets.nix fra1-a: backup e11sync 2024-01-25 14:49:51 +02:00
statix.toml extraCompressors 2024-02-15 10:57:31 +02: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
$ 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