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

• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/72d53d51704295f1645d20384cd13aecc182f624' (2023-10-19)
  → 'github:NixOS/nixos-hardware/80d98a7d55c6e27954a166cb583a41325e9512d7' (2023-10-23)
• Updated input 'nur':
    'github:nix-community/NUR/48e7aa3ffd71f35b08f931db7404cabd6b94ed73' (2023-10-22)
  → 'github:nix-community/NUR/df58b9d0adefdf06e7ecb3755c5497142e89b1f9' (2023-10-23)
• Updated input 'zigpkgs':
    'github:mitchellh/zig-overlay/895beefb07044f354560a78b532b60b31b28472a' (2023-10-22)
  → 'github:mitchellh/zig-overlay/7fd03894c3e68704f8107612ff812318b9824ff2' (2023-10-23)
2023-10-23 22:00:12 +00:00
hosts tailscaled: silence logs by default 2023-10-22 20:14:25 +03:00
modules silenceLogs => !verboseLogs 2023-10-22 23:06:06 +03:00
secrets rekey 2023-10-01 22:21:02 +03:00
shared/home nvim: disable cmp 2023-10-23 12:17:28 +03: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 weechat 2023-10-10 22:51:43 +03:00
flake.lock flake.lock: Update 2023-10-23 22:00:12 +00:00
flake.nix fix zigpkgs overlay 2023-10-09 22:35:35 +03: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
yubikey-installer.nix update yubikey-installer.nix to 23.05 and nix flake update 2023-07-20 15:19:33 +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