Deployerbot Main
6d60943926
Flake lock file updates: • Updated input 'nixgl': 'github:guibou/nixGL/489d6b095ab9d289fe11af0219a9ff00fe87c7c5' (2023-06-04) → 'github:guibou/nixGL/d709a8abcde5b01db76ca794280745a43c8662be' (2024-03-19) • Updated input 'nixpkgs-unstable': 'github:NixOS/nixpkgs/c75037bbf9093a2acb617804ee46320d6d1fea5a' (2024-03-16) → 'github:NixOS/nixpkgs/b06025f1533a1e07b6db3e75151caa155d1c7eb3' (2024-03-19) • Updated input 'nur': 'github:nix-community/NUR/a330951713e05f7275adf67a031bf1d262458c77' (2024-03-18) → 'github:nix-community/NUR/5ade29e20e32a6a3cdcb713851f1c620635b46e9' (2024-03-19) • Updated input 'pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15) → 'github:cachix/pre-commit-hooks.nix/e8dc1b4fe80c6fcededde7700e6a23bcdf7f3347' (2024-03-19) |
||
---|---|---|
hacks/orangepi5plus/uboot | ||
hosts | ||
modules | ||
pkgs | ||
secrets | ||
shared | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
data.nix | ||
flake.lock | ||
flake.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 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