Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.02 KB

remote-development

NixOS configuration for shared remote development via SSH

Getting started

[!todo] We are still writing this, but for now, see: https://nixos.asia/en/nixos-tutorial

Deploying vanjaram

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).

Adding users

  1. If your Juspay email address is myname@juspay.in, add yourself to users/myname.nix. See users/srid.nix for example. Then open a PR.

Discussion

For discussing this project, please join our Zulip.