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

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/c54cf53e022b0b3c1d3b8207aa0f9b194c24f0cf' (2024-08-10)
  → 'github:NixOS/nixos-hardware/b09c46430ffcf18d575acf5c339b38ac4e1db5d2' (2024-08-19)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c3d4ac725177c030b1e289015989da2ad9d56af0' (2024-08-15)
  → 'github:NixOS/nixpkgs/c42fcfbdfeae23e68fc520f9182dde9f38ad1890' (2024-08-17)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/c3aa7b8938b17aebd2deecf7be0636000d62a2b9' (2024-08-14)
  → 'github:NixOS/nixpkgs/8a3354191c0d7144db9756a74755672387b702ba' (2024-08-18)
• Updated input 'nur':
    'github:nix-community/NUR/8c7136cb22fd96cde881225863b450df75876ebc' (2024-08-18)
  → 'github:nix-community/NUR/7d49736b4409f42a795a9129f66e1fc02983221b' (2024-08-19)
2024-08-19 23:30:27 +00:00
hosts desktop: +motion, v4l-utils 2024-08-18 17:06:06 +03:00
modules desktop: +motion, v4l-utils 2024-08-18 17:06:06 +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 bump go to 1.23 2024-08-19 14:59:25 +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-19 23:30:27 +00:00
flake.nix go stuff: bump to go 1.23 for modules and pkgs 2024-08-19 15:24:53 +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