My configuration. Probably nothing to look for here.
Deployerbot Main
935cebea6f
Flake lock file updates: • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/2b00bc76dc893cd996a3d76a2f059d657a5ef37a' (2023-11-19) → 'github:NixOS/nixos-hardware/c3abafb01cd7045dba522af29b625bd1e170c2fb' (2023-11-21) • Updated input 'nur': 'github:nix-community/NUR/4486267d862ccc8fbbac6c112ccf1f0595cfbd74' (2023-11-20) → 'github:nix-community/NUR/73a121a8cef922a2f65898af1953c206757589e1' (2023-11-21) • Updated input 'zigpkgs': 'github:mitchellh/zig-overlay/0a3f3e96cbb0df6c70dd6c957c0fde90d8d57a78' (2023-11-20) → 'github:mitchellh/zig-overlay/2877b025231e96196469ee8a5b80799027b42e03' (2023-11-21) |
||
---|---|---|
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