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
(IP address 10.10.71.148
). 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 (as with github:juspay/nixos-buffet
).
- If your Juspay email address is
[email protected]
, add yourself tousers/myname.nix
. Seeusers/srid.nix
for example. Then open a PR.
For discussing this project, please join our Zulip.