My configuration. Probably nothing to look for here.
Go to file
Motiejus Jakštys 03677b1a22 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/aa99c2f4e9847cbb7e46fac0844ea1eb164b3b3a' (2023-12-15)
  → 'github:nix-community/home-manager/1488651d02c1a7a15e284210f0d380a62d8d8cef' (2023-12-17)
• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/45d82e0a8b9dd6c5dd9da835ac0c072239af7785' (2023-12-11)
  → 'github:Mic92/nix-index-database/4605ccd764fac78b9e4b5b058698cb9f04430b91' (2023-12-18)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/cf28ee258fd5f9a52de6b9865cdb93a1f96d09b7' (2023-12-12)
  → 'github:NixOS/nixpkgs/1e2e384c5b7c50dbf8e9c441a9e58d85f408b01f' (2023-12-17)
• Updated input 'nur':
    'github:nix-community/NUR/be5bda3f758c794fb3b56578b628a1f219d8aa2f' (2023-12-16)
  → 'github:nix-community/NUR/f1427666b27e98e3852748dacbdc41f2586aa194' (2023-12-18)
• Updated input 'zigpkgs':
    'github:mitchellh/zig-overlay/a002fe18302f72299094ac9149b43c4991d41dcf' (2023-12-14)
  → 'github:mitchellh/zig-overlay/f5d3c30b3f36ec5d3d5dd81fad850f5523767e5d' (2023-12-17)
2023-12-18 20:01:53 +02:00
hosts move beta to it's own zone 2023-12-16 00:20:26 +02:00
modules add evolution 2023-12-18 00:45:18 +02:00
secrets rekey 2023-10-01 22:21:02 +03:00
shared/home nixGL and firefox 2023-12-14 10:10:00 +02: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
data.nix move beta to it's own zone 2023-12-16 00:20:26 +02:00
flake.lock flake.lock: Update 2023-12-18 20:01:53 +02:00
flake.nix nixGL and firefox 2023-12-14 10:10:00 +02:00
LICENSE add a license 2023-04-13 23:50:42 +03:00
nixpkgs.nix nix fmt . 2023-04-03 16:50:52 +03:00
README.md update README a bit 2023-10-18 16:52:03 +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

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