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

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/da0aa7b533d49e6319c603e07b46a5690082f65f' (2024-07-07)
  → 'github:NixOS/nixos-hardware/72d3c007024ce47d838bb38693c8773812f54bf2' (2024-07-08)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/49ee0e94463abada1de470c9c07bfc12b36dcf40' (2024-07-06)
  → 'github:NixOS/nixpkgs/194846768975b7ad2c4988bdb82572c00222c0d7' (2024-07-07)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/9f4128e00b0ae8ec65918efeba59db998750ead6' (2024-07-03)
  → 'github:NixOS/nixpkgs/655a58a72a6601292512670343087c2d75d859c1' (2024-07-08)
• Updated input 'nur':
    'github:nix-community/NUR/de4677b0689e7ec191fcb612fbf68cb5f87e3d4e' (2024-07-07)
  → 'github:nix-community/NUR/8738ab7916f3740456aa9ba6020c07816aa0d422' (2024-07-08)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/0ff4381bbb8f7a52ca4a851660fc7a437a4c6e07' (2024-06-24)
  → 'github:cachix/pre-commit-hooks.nix/2b6bd3c87d3a66fb0b8f2f06c985995e04b4fb96' (2024-07-08)
2024-07-08 23:31:35 +00:00
hacks/orangepi5plus/uboot uboot: removeuse bl31 from tfa 2024-03-08 14:29:41 +02:00
hosts 11sync.net: bring back on fra1-a for now 2024-07-01 01:22:08 +03:00
modules Revert "base: +at" 2024-07-05 12:18:11 +03:00
pkgs varname + parallel citation 2024-07-06 22:54:08 +03:00
secrets syncthing keys: add mtworx, vno1-oh2 2024-06-05 23:08:35 +03:00
shared zig 0.13 2024-07-07 20:22:27 +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 mtwork 2024-02-27 18:20:44 +02:00
data.nix 11sync: bring back proper dns timeouts 2024-06-30 22:31:57 +00:00
flake.lock flake.lock: Update 2024-07-08 23:31:35 +00:00
flake.nix remove crossArm64 2024-07-07 20:25:29 +03:00
secrets.nix remove op5p 2024-06-26 22:45:14 +03:00
statix.toml compress-drv-tests 2024-02-29 13:45:11 +02: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 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