Deployerbot Main 473e3e5c71 flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/a4e2b7909fc1bdf30c30ef21d388fde0b5cdde4a' (2024-05-08)
  → 'github:NixOS/nixos-hardware/ff1be1e3cdf884df0935ab28745ab13c3c26d828' (2024-05-16)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/2057814051972fa1453ddfb0d98badbea9b83c06' (2024-05-12)
  → 'github:NixOS/nixpkgs/33d1e753c82ffc557b4a585c77de43d4c922ebb5' (2024-05-15)
• Updated input 'nur':
    'github:nix-community/NUR/683871f948814ca2eb681b7e7b3d36639011e874' (2024-05-15)
  → 'github:nix-community/NUR/f1c319a9df9a7d5b0282c3dbc2a0d3fce30270c8' (2024-05-16)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/c182c876690380f8d3b9557c4609472ebfa1b141' (2024-05-13)
  → 'github:cachix/pre-commit-hooks.nix/fa606cccd7b0ccebe2880051208e4a0f61bfc8c1' (2024-05-16)
• Removed input 'pre-commit-hooks/flake-utils'
2024-05-16 23:30:52 +00:00
2024-05-16 23:36:00 +02:00
2024-05-16 17:15:29 +02:00
2024-05-08 23:18:58 +03:00
2024-04-04 12:06:15 +03:00
2024-05-15 20:45:36 +02:00
2024-03-10 17:20:09 +02:00
2024-04-18 19:45:44 +03:00
2024-05-16 23:30:52 +00:00
2024-05-06 06:09:43 +03:00
2024-01-15 18:18:45 +02:00
2024-02-27 18:20:44 +02:00
2024-03-18 17:46:35 +02:00
2024-02-29 13:45:11 +02: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 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.7 MiB
Languages
Nix 82.8%
Lua 11.5%
Go 3.6%
Vim Script 1.1%
Shell 1%