Deployerbot Main e6e44b9836 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/da4024d0ead5d7820f6bd15147d3fe2a0c0cec73' (2023-11-10)
  → 'github:NixOS/nixpkgs/d4b5a67bbe9ef750bd2fdffd4cad400dd5553af8' (2023-11-14)
• Updated input 'nur':
    'github:nix-community/NUR/f8123e008226bbbfd5ad0adbcbac25a08176572d' (2023-11-14)
  → 'github:nix-community/NUR/49a6f64d2b6dcba38a8fb2312315c13e3fe488f1' (2023-11-15)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/ea758da1a6dcde6dc36db348ed690d09b9864128' (2023-11-06)
  → 'github:cachix/pre-commit-hooks.nix/e558068cba67b23b4fbc5537173dbb43748a17e8' (2023-11-15)
• Updated input 'zigpkgs':
    'github:mitchellh/zig-overlay/10ac4bf5210caa9e075337eb3c3554208a725c6e' (2023-11-14)
  → 'github:mitchellh/zig-overlay/d1c3636b458fc49d530dcf0e98bc569345e59fc4' (2023-11-15)
2023-11-15 22:01:30 +00:00
2023-11-15 00:29:30 +02:00
2023-11-15 09:20:23 +02:00
2023-10-01 22:21:02 +03:00
2023-11-14 23:30:00 +02:00
2023-11-15 22:01:30 +00:00
2023-11-15 17:36:20 +02:00
2023-04-13 23:50:42 +03:00
2023-04-03 16:50:52 +03:00
2023-10-18 16:52:03 +03:00
2023-10-01 22:21:02 +03:00
2023-10-02 00:00:30 +03:00

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
Description
My configuration. Probably nothing to look for here.
Readme 5.6 MiB
Languages
Nix 82.7%
Lua 11.6%
Go 3.6%
Vim Script 1.1%
Shell 1%