{"id":13675967,"url":"https://github.com/palfrey/guix-vm","last_synced_at":"2025-10-14T11:36:35.331Z","repository":{"id":46633038,"uuid":"197920511","full_name":"palfrey/guix-vm","owner":"palfrey","description":"Scripts and support necessary to make a GuixSD Virtualbox image","archived":false,"fork":false,"pushed_at":"2025-09-09T18:14:40.000Z","size":67,"stargazers_count":20,"open_issues_count":2,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-04T06:29:48.001Z","etag":null,"topics":["guix","guixsd","hacktoberfest","vagrant","virtualbox"],"latest_commit_sha":null,"homepage":"https://tevps.net/blog/2019/7/20/building-a-guixsd-vagrant-box/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/palfrey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-20T11:21:16.000Z","updated_at":"2025-09-09T18:14:43.000Z","dependencies_parsed_at":"2025-10-04T06:17:37.815Z","dependency_job_id":"746fb602-a3fe-4cff-b7e2-8df51c49cd0f","html_url":"https://github.com/palfrey/guix-vm","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/palfrey/guix-vm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palfrey%2Fguix-vm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palfrey%2Fguix-vm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palfrey%2Fguix-vm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palfrey%2Fguix-vm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palfrey","download_url":"https://codeload.github.com/palfrey/guix-vm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palfrey%2Fguix-vm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017713,"owners_count":26086128,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["guix","guixsd","hacktoberfest","vagrant","virtualbox"],"created_at":"2024-08-02T12:01:06.834Z","updated_at":"2025-10-14T11:36:35.315Z","avatar_url":"https://github.com/palfrey.png","language":"Ruby","funding_links":[],"categories":["Misc","Ruby"],"sub_categories":["Issue tracker"],"readme":"guix-vm\n=======\n[![Packer](https://github.com/palfrey/guix-vm/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/palfrey/guix-vm/actions/workflows/ci.yml)\n\nThis repository contains everything you need to get a [GuixSD](https://guix.gnu.org/) [Vagrant](https://www.vagrantup.com/) environment setup.\n\nThese are:\n* [Packer config to build the base image](packer)\n* [Vagrant plugin to support guest usage of GuixSD](vagrant-guixsd-guest)\n\nHowever, for most use cases, you only need [Vagrant](https://www.vagrantup.com/) and the following configuration\n\n```Ruby\nVagrant.require_version \"\u003e= 2.1.3\"\nVagrant.configure(\"2\") do |config|\n    config.vm.box = \"palfrey/guixsd\"\n    config.vagrant.plugins = \"vagrant-guixsd-guest\"\n    config.vm.synced_folder \".\", \"/vagrant\", type: \"rsync\", rsync__exclude: \".git/\", rsync__chown: false\nend\n```\n\nand the box and plugins will be automagically installed for you.\n\nNotes\n-----\n* The Virtualbox Guest additions don't work, because they assume the existence of `ldconfig` (see https://github.com/palfrey/guix-vm/issues/1) which means that things like the default virtual folders don't work. Rsync works fine though, hence the item for synced_folder above.\n\nDevelopment\n-----------\nFor details of the individual items, see the README's in the individual folders.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalfrey%2Fguix-vm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalfrey%2Fguix-vm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalfrey%2Fguix-vm/lists"}