My configuration. Probably nothing to look for here.
Deployerbot Main
24be604adc
Flake lock file updates: • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/627bc9b88256379578885a7028c9e791c29fb581' (2023-11-05) → 'github:NixOS/nixos-hardware/b689465d0c5d88e158e7d76094fca08cc0223aad' (2023-11-11) • Updated input 'nur': 'github:nix-community/NUR/9ffcf2dd6ac13cd0469a0ac2664296f45d879ffb' (2023-11-10) → 'github:nix-community/NUR/473af602cdfaf46f0a0d0b06e7678622f623f006' (2023-11-11) • Updated input 'zigpkgs': 'github:mitchellh/zig-overlay/5e84191964a4f3f009e2d7585c0019fa022851b1' (2023-11-10) → 'github:mitchellh/zig-overlay/68d413985e6108c46f1597ab5794e2d07fd591f0' (2023-11-11) |
||
---|---|---|
hosts | ||
modules | ||
secrets | ||
shared/home | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
data.nix | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
nixpkgs.nix | ||
README.md | ||
secrets.nix | ||
statix.toml | ||
yubikey-installer.nix |
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