Deployerbot Main
896c5086d0
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/1216a5ba22a93a4a3a3bfdb4bff0f4727c576fcc' (2023-11-24) → 'github:NixOS/nixpkgs/d2e4de209881b38392933fabf303cde3454b0b4c' (2023-11-26) • Updated input 'nur': 'github:nix-community/NUR/a122c9db8f724bbe8fd90ac3970ce1b75d929d19' (2023-11-26) → 'github:nix-community/NUR/2aac3f35b161d93b786369d97f1eb956a0f6be11' (2023-11-27) • Updated input 'zigpkgs': 'github:mitchellh/zig-overlay/a8b011878747485fed674ef7d0b34bd59f164aff' (2023-11-26) → 'github:mitchellh/zig-overlay/90351f79692d6c4784eadefbdd1d80b6eb02e3e8' (2023-11-27) |
||
---|---|---|
hosts | ||
modules | ||
secrets | ||
shared/home | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
data.nix | ||
flake.lock | ||
flake.nix | ||
nixpkgs.nix | ||
secrets.nix | ||
statix.toml | ||
yubikey-installer.nix |
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