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

• Updated input 'agenix':
    'github:ryantm/agenix/13ac9ac6d68b9a0896e3d43a082947233189e247' (2023-11-29)
  → 'github:ryantm/agenix/17090d105af1b9f941109c1e12d6e3a596657f97' (2023-12-20)
• Updated input 'deploy-rs':
    'github:serokell/deploy-rs/915327515f5fd1b7719c06e2f1eb304ee0bdd803' (2023-12-13)
  → 'github:serokell/deploy-rs/b709d63debafce9f5645a5ba550c9e0983b3d1f7' (2023-12-20)
• Updated input 'home-manager':
    'github:nix-community/home-manager/1488651d02c1a7a15e284210f0d380a62d8d8cef' (2023-12-17)
  → 'github:nix-community/home-manager/0c2353d5d930c3d93724df6858aef064a31b3c00' (2023-12-20)
• Updated input 'nur':
    'github:nix-community/NUR/d63d8a56df30124ebbf1b746a68fa1fe232e1a3c' (2023-12-19)
  → 'github:nix-community/NUR/5e5fc9633fb8157b82a0ceab57d2077ce1c8a454' (2023-12-20)
2023-12-20 23:30:12 +00:00
hosts move beta to it's own zone 2023-12-16 00:20:26 +02:00
modules base: add poop 2023-12-20 20:21:42 +02:00
secrets rekey 2023-10-01 22:21:02 +03:00
shared/home zig: get from upstream 2023-12-18 22:57:09 +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
LICENSE add a license 2023-04-13 23:50:42 +03:00
README.md update README a bit 2023-10-18 16:52:03 +03:00
data.nix move beta to it's own zone 2023-12-16 00:20:26 +02:00
flake.lock flake.lock: Update 2023-12-20 23:30:12 +00:00
flake.nix zig: get from upstream 2023-12-18 22:57:09 +02:00
nixpkgs.nix nix fmt . 2023-04-03 16:50:52 +03:00
secrets.nix rekey 2023-10-01 22:21:02 +03:00
statix.toml statix: fix bugs with inherit 2023-10-02 00:00:30 +03:00

README.md

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 build .#homeConfigurations.x86_64-linux.motiejusja.activationPackage

$ 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