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

• Updated input 'agenix':
    'github:ryantm/agenix/3f1dae074a12feb7327b4bf43cbac0d124488bb7' (2024-07-30)
  → 'github:ryantm/agenix/f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41' (2024-08-10)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/107bb46eef1f05e86fc485ee8af9b637e5157988' (2024-08-08)
  → 'github:NixOS/nixos-hardware/c54cf53e022b0b3c1d3b8207aa0f9b194c24f0cf' (2024-08-10)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/cb9a96f23c491c081b38eab96d22fa958043c9fa' (2024-08-04)
  → 'github:NixOS/nixpkgs/5e0ca22929f3342b19569b21b2f3462f053e497b' (2024-08-09)
• Updated input 'nur':
    'github:nix-community/NUR/0374174d5a40d2defd1575979353c9c4f6b17b39' (2024-08-09)
  → 'github:nix-community/NUR/a6a4bc14768382074ea582f5f315cab6dca63ea2' (2024-08-10)
2024-08-10 23:30:15 +00:00
hosts tlp: move to desktop/ rm platform profile 2024-08-08 21:44:15 +03:00
modules syncthing: Vaikai: remove rzj- 2024-08-09 10:56:08 +03:00
pkgs vno1-gdrx: +motion 2024-08-07 08:57:36 +03:00
secrets rekey again 2024-08-05 19:06:20 +03:00
shared home: do not depend on xclip 2024-08-05 22:09:53 +03:00
.envrc direnv: bump to 3.0.4 2024-03-10 17:20:09 +02: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 relicense 2024-01-15 18:18:45 +02:00
README.md remove vno1-oh2 2024-08-03 16:55:08 +03:00
data.nix vno1-gdrx: add jakstIP to ssh allowlist 2024-08-05 16:44:35 +03:00
flake.lock flake.lock: Update 2024-08-10 23:30:15 +00:00
flake.nix vno1-gdrx: +syncthing 2024-08-05 18:48:52 +03:00
secrets.nix secrets: add mtworx to systems 2024-08-05 19:05:32 +03:00
statix.toml compress-drv-tests 2024-02-29 13:45:11 +02:00

README.md

Config

Flakes:

$ deploy --interactive '#fwminex'

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

Other:

$ nix build .#nixosConfigurations.vno3-rp3b.config.system.build.toplevel
$ nix eval .#nixosConfigurations.fwminex.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