NixOS configuration for shared remote development via SSH
[!todo] We are still writing this, but for now, see: https://nixos.asia/en/nixos-tutorial
Currently, we are managing a single NixOS machine called vanjaram
. It does not use disko. This is how we update its configuration:
# SSH to vanjaram (via tailscale)
ssh srid@vanjaram
> cd /etc/nixos
# ^ This points to this git repository
> nix run
# ^ This runs 'nixos-rebuild switch' (via nixos-flake)
Make sure to push your changes to Git. Later, we want to figure out remote deployment here.
- If your Juspay email address is
myname@juspay.in
, add yourself tousers/myname.nix
. Seeusers/srid.nix
for example. Then open a PR.
For discussing this project, please join our Zulip.