{"id":16345244,"url":"https://github.com/jonringer/server-configuration","last_synced_at":"2025-06-17T08:38:56.426Z","repository":{"id":40348666,"uuid":"392751539","full_name":"jonringer/server-configuration","owner":"jonringer","description":"Build server nixos configuration","archived":false,"fork":false,"pushed_at":"2024-10-11T22:59:49.000Z","size":90,"stargazers_count":24,"open_issues_count":1,"forks_count":19,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-12T00:31:07.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonringer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-04T16:08:24.000Z","updated_at":"2024-10-11T22:59:52.000Z","dependencies_parsed_at":"2023-10-15T03:10:01.463Z","dependency_job_id":"b7ef3a07-bce9-446e-9ba7-d500def3a38e","html_url":"https://github.com/jonringer/server-configuration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonringer%2Fserver-configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonringer%2Fserver-configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonringer%2Fserver-configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonringer%2Fserver-configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonringer","download_url":"https://codeload.github.com/jonringer/server-configuration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665199,"owners_count":16860191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T00:30:24.327Z","updated_at":"2024-10-27T10:49:16.795Z","avatar_url":"https://github.com/jonringer.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ringer's server\n\nTo add yourself, please add the following to `configuration.nix`:\n\n```nix\n  users.users.\u003cname\u003e = {\n    isNormalUser = true;\n    openssh.authorizedKeys.keys = [\n      \"ssh-rsa AAAAB3NzaC1yc2etc/etc/etcjwrsh8e596z6J0l7 example@host\"\n    ];\n  };\n```\n\n## Local configuration\n\nTo connect to the build machine, you will need to add this to your `~/.ssh/config`:\n```\nHost jonringer\n  HostName \u003cwill be sent to you\u003e\n  Port \u003cwill be sent to you\u003e\n  User alice\n  IdentitiesOnly yes\n  IdentityFile /home/alice/.ssh/id_rsa\n  ForwardAgent yes # enables use of local ssh agent (e.g. for github)\n  RemoteForward /run/user/$remote_uid/gnupg/S.gpg-agent /run/user/$uid/gnupg/S.gpg-agent.extra # for gpg signing (optional)\n```\n\nYou will need to replace `alice`, `$remote_uid`, and `$uid`. (change host name if you want)\n\nAfter applying the changes, you should be able to do:\n```bash\nssh jonringer\n```\nTo sign in.\n\n## Nix binary cache\n\nIt might be useful in certain cases to use this server as a binary cache. For example,\nif a jobset is made for a PR that you're iterating on.\n\n**WARNING**: This server isn't held to the same security standards as the official\nhydra instance. Care should be taken to avoid using binary packages from any 3rd party (this server included).\n\n\n```nix\nbinaryCaches = [ \"https://cache.jonringer.us\" ];\nbinaryCachePublicKeys = [ \"cache.jonringer.us:c06xmyNNX/uG4j7db3flzcz08Yi3rBkpdaLuZKrZvwIEZqv5fn8vpPY1CKR4OrX977Aw9g/4axmzHr/QdqD4BA==\" ];\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonringer%2Fserver-configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonringer%2Fserver-configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonringer%2Fserver-configuration/lists"}