Deployerbot Main
1baec30bc4
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/26c18ae5be05d216275eb8f77e1a0bf14b189ed5' (2023-08-24) → 'github:NixOS/nixpkgs/b4e453296c475b511ab94b7f1059879ac69aef75' (2023-08-25) |
||
---|---|---|
hosts | ||
modules | ||
secrets | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
data.nix | ||
flake.lock | ||
flake.nix | ||
nixpkgs.nix | ||
secrets.nix | ||
yubikey-installer.nix |
README.md
Config
Flakes:
$ deploy --interactive '#vno1-oh2'
$ nix build .#deploy.nodes.hel1-a.profiles.system.path
Other:
$ nix build .#nixosConfigurations.vno1-rp3b.config.system.build.toplevel
Debug
$ 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