Commit graph

5 commits

Author SHA1 Message Date
8d36c91bff common: Add fsh alias to enable FHS with all currently installed libs 2023-05-27 15:17:49 +05:30
f6a099b239 deploy-rs: Fully working deployments from hermes to bebop
I'm not sure whether the passwordless sudo is required, but I'm too
tired to test right now. Anyway, this works.

Also unsure on the statelessness of deploy-rs, but again, its simple
enough, didn't require changing anything else much and it works.

Perhaps some day, I'll see about trying out colmena for deploying
secrets, but until then, agenix is good enough for my needs.
2023-04-30 22:23:55 +05:30
bc8062f330 deploy-rs: More configuration
Right now this fails, because what I assume is a failure with emulation
in WSL, but otherwise I'm linking the overall approach of reusing the
preconfigured nixOSConfigurations in the same flake, as well as
lightweight burden of configuration. Doesn't hurt that it is written in
Rust rather than Python.
2023-04-30 16:59:46 +05:30
4ebf9bff80 home: Add nix-output-manager 2023-03-25 17:43:32 +05:30
67ba724418 New module to hold config and packages common to all
While setting up Raspberry Pi, I realised there are some packages I consider
bare minimum, even for headless servers (that I own)

- NeoVim
- git
- ripgrep
- fd
- htop
- jq
- wget
- fzf
2022-04-15 12:25:40 +05:30