{"id":23104785,"url":"https://github.com/mayniklas/nixos-proxmox","last_synced_at":"2025-07-05T17:06:24.462Z","repository":{"id":179839224,"uuid":"654881548","full_name":"MayNiklas/nixos-proxmox","owner":"MayNiklas","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-15T08:22:56.000Z","size":21,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T10:09:38.737Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MayNiklas.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}},"created_at":"2023-06-17T08:11:38.000Z","updated_at":"2025-01-16T16:50:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e344a4a-9817-4017-b351-e56724544a0c","html_url":"https://github.com/MayNiklas/nixos-proxmox","commit_stats":null,"previous_names":["mayniklas/nixos-proxmox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fnixos-proxmox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fnixos-proxmox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fnixos-proxmox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fnixos-proxmox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayNiklas","download_url":"https://codeload.github.com/MayNiklas/nixos-proxmox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247086027,"owners_count":20881160,"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-12-17T00:36:21.314Z","updated_at":"2025-04-03T22:13:02.589Z","avatar_url":"https://github.com/MayNiklas.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NixOS on Proxmox\n\nI created this repository to quickly deploy a minimal NixOS VM on Proxmox.\nFeel free to fork it and adapt it to your needs.\nThe image can be build locally, or by using the included GitHub action.\n\n## Deployment\n\n### Build the image\n\n```sh\n# build VMA image\nnix build '.#proxmox-image'\n```\n\n### Upload the image to Proxmox\n\nUpload the image to a location, that is accessible by Proxmox.\n\n### Create a VM on Proxmox\n\n```sh\n# import the VM from VMA image\n# unique is required to randomize the MAC address of the network interface\n# storage is the name of the storage, where we create the VM\nqmrestore ./vzdump-qemu-nixos-*.vma.zst 999 --unique true --storage ZFS_mirror\n```\n\n### Change the VM settings\n\nIt makes sense to expand the disk size of the VM.\n\n### Boot the VM\n\nWelcome to NixOS!\n\n### Apply config changes\n\n1. Clone this repository\n2. Apply your changes to the configuration\n3. Execute `nixos-rebuild switch --flake .#proxmox-host`\n\n## TODO\n\n- [ ] Script should expand the disk size of the VM\n- [ ] Add documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fnixos-proxmox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayniklas%2Fnixos-proxmox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fnixos-proxmox/lists"}