Motiejus Jakštys 3e484730e5 flake.lock: Update
Flake lock file updates:

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/106d3fec43bcea19cb2e061ca02531d54b542ce3' (2024-02-16)
  → 'github:NixOS/nixos-hardware/3f7d0bca003eac1a1a7f4659bbab9c8f8c2a0958' (2024-02-22)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/526d051b128b82ae045a70e5ff1adf8e6dafa560' (2024-02-20)
  → 'github:NixOS/nixpkgs/c5101e457206dd437330d283d6626944e28794b3' (2024-02-23)
• Updated input 'nur':
    'github:nix-community/NUR/99f4a8084773e933558f2bb1452e3ade1768e087' (2024-02-21)
  → 'github:nix-community/NUR/6eb0394958661a7b8a16e7e670170d1908631d8f' (2024-02-24)
2024-02-24 19:52:51 +02:00
2024-02-22 10:08:19 +02:00
2024-02-24 19:50:41 +02:00
2024-02-15 10:57:31 +02:00
2024-01-25 14:49:51 +02:00
2024-02-24 19:50:41 +02:00
2024-02-12 15:50:52 +02:00
2024-02-24 19:52:51 +02: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%