#deployrs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #deployrs, aggregated by home.social.
-
My plan for #CD refactoring for #ZeroHR:
https://github.com/numtide/system-manager/tree/main — allows to configure non-NixOS systemd declaratively using Nix programming language.
https://github.com/serokell/deploy-rs — allows to do non-privileged deploys using #nix flakes. Works on non-NixOS linuxes via home-manager.
https://github.com/getsops/sops — for secret management capability, integratable with deploy-rs[1].[1]: https://samleathers.com/posts/2022-02-11-my-new-network-and-sops.html
-
@nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?
-
@nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?
-
@nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?
-
@nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?
-
@nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?
-
-
I've been reinstalling #NixOS on a small #aarch64 SBC last night to fix the bootloader problems I was observing.
Since it's a cross build from my main machine and I don't have #deployrs or similar set up yet I just `nix copy`d it over and then ran the `switch-to-configuration` script on the target.
Well, that does not add any entries to the #bootLoader, I have to create a profile from it first. The #wiki #cheatsheet actually points it out quite well https://nixos.wiki/wiki/Cheatsheet#Manually_switching_a_NixOS_system_to_a_certain_version_of_system_closure