Deployerbot Main 9c657f1757 flake.lock: Update
Flake lock file updates:

• Updated input 'deploy-rs':
    'github:serokell/deploy-rs/1776009f1f3fb2b5d236b84d9815f2edee463a9b' (2024-01-10)
  → 'github:serokell/deploy-rs/0a0187794ac7f7a1e62cda3dabf8dc041f868790' (2024-02-16)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/f1b2f71c86a5b1941d20608db0b1e88a07d31303' (2024-02-13)
  → 'github:NixOS/nixos-hardware/106d3fec43bcea19cb2e061ca02531d54b542ce3' (2024-02-16)
• Updated input 'nur':
    'github:nix-community/NUR/9c12d8c55be1297d0cdedd6591d4319aab80b4b0' (2024-02-15)
  → 'github:nix-community/NUR/9eab660e8f9fe1b41bca3e198ba96c23270659ab' (2024-02-16)
2024-02-16 23:30:12 +00:00
2024-02-16 18:09:59 +02:00
2024-02-15 10:57:31 +02:00
2024-01-25 14:49:51 +02:00
2024-02-14 15:54:42 +02:00
2024-02-12 15:50:52 +02:00
2024-02-16 23:30:12 +00:00
2024-01-15 18:18:45 +02:00
2023-10-18 16:52:03 +03:00
2024-01-25 14:49:51 +02:00
2024-02-15 10:57:31 +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 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%