Deployerbot Main
1e223b42c2
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3' (2023-11-29) → 'github:NixOS/nixpkgs/5de0b32be6e85dc1a9404c75131316e4ffbc634c' (2023-12-01) • Updated input 'nur': 'github:nix-community/NUR/03f67bd929bf306ffeb389cabe00acc7d437cdd2' (2023-12-01) → 'github:nix-community/NUR/ce93686dc874ac9e17c94d3332ddd8d95bd19b6e' (2023-12-02) • Updated input 'zigpkgs': 'github:mitchellh/zig-overlay/7024baf75b41943c54c091bc610863d2e36050b9' (2023-12-01) → 'github:mitchellh/zig-overlay/50127f6531873f5d9f28392b03d224e67dd40c37' (2023-12-02) |
||
---|---|---|
hosts | ||
modules | ||
secrets | ||
shared/home | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
data.nix | ||
flake.lock | ||
flake.nix | ||
nixpkgs.nix | ||
secrets.nix | ||
statix.toml |
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