My configuration. Probably nothing to look for here.
Motiejus Jakštys
03677b1a22
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) |
||
---|---|---|
hosts | ||
modules | ||
secrets | ||
shared/home | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
data.nix | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
nixpkgs.nix | ||
README.md | ||
secrets.nix | ||
statix.toml |
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