mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
10 lines
129 B
Nix
10 lines
129 B
Nix
{
|
|
ssh_connections = [
|
|
{
|
|
host = "pureintent";
|
|
projects = [
|
|
"~/code/ny/nammayatri"
|
|
];
|
|
}
|
|
];
|
|
}
|