Deployerbot Main
75257cdccc
Flake lock file updates: • Updated input 'nur': 'github:nix-community/NUR/0e874cf32dbb8afac708a44627f6bcb83129feba' (2023-11-09) → 'github:nix-community/NUR/9ffcf2dd6ac13cd0469a0ac2664296f45d879ffb' (2023-11-10) • Updated input 'zigpkgs': 'github:mitchellh/zig-overlay/ba4a08407e151fdfb1051378c7bbaab7b85adde5' (2023-11-09) → 'github:mitchellh/zig-overlay/5e84191964a4f3f009e2d7585c0019fa022851b1' (2023-11-10) |
||
---|---|---|
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