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

• Updated input 'agenix':
    'github:ryantm/agenix/457669db4259ff69d1ac1183aaa6000420940c1f' (2023-12-23)
  → 'github:ryantm/agenix/417caa847f9383e111d1397039c9d4337d024bf0' (2023-12-24)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/4605ccd764fac78b9e4b5b058698cb9f04430b91' (2023-12-18)
  → 'github:Mic92/nix-index-database/f4340c1a42c38d79293ba69bfd839fbd6268a538' (2023-12-24)
• Updated input 'nur':
    'github:nix-community/NUR/91894669516c1745ad97527feff7d28e1565f392' (2023-12-23)
  → 'github:nix-community/NUR/6897f1bcf8dcccc980554939f0808c37a0d45113' (2023-12-24)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/007a45d064c1c32d04e1b8a0de5ef00984c419bc' (2023-12-13)
  → 'github:cachix/pre-commit-hooks.nix/7f35ec30d16b38fe0eed8005933f418d1a4693ee' (2023-12-24)
2023-12-24 23:30:51 +00:00
hosts move beta to it's own zone 2023-12-16 00:20:26 +02:00
modules desktop: audacity, obs-studio 2023-12-22 08:47:45 +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-24 23:30:51 +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