https://github.com/thecloudexplorers/nixos-azure
All NixOS configuration for generating and utilizing NixOS VM Images on Azure.
https://github.com/thecloudexplorers/nixos-azure
Last synced: 23 days ago
JSON representation
All NixOS configuration for generating and utilizing NixOS VM Images on Azure.
- Host: GitHub
- URL: https://github.com/thecloudexplorers/nixos-azure
- Owner: thecloudexplorers
- License: gpl-3.0
- Created: 2025-09-04T06:58:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T14:20:36.000Z (6 months ago)
- Last Synced: 2025-09-23T16:21:15.346Z (6 months ago)
- Language: Nix
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nixos-azure
All NixOS configuration for generating and utilizing NixOS VM Images on Azure.
## Creating Images
If you'd like practical examples of how to generate VM Images using NixOS Generate, please refer to [the docs here](docs/create-images.md).
## Uploading images/disks to Azure
if you'd like to know more about how to upload images to Azure:
- [https://learn.microsoft.com/en-us/powershell/module/az.compute/add-azimagedatadisk](https://learn.microsoft.com/en-us/powershell/module/az.compute/add-azimagedatadisk)
If you'd like to know more about how to upload (managed) disks to Azure:
- [https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disks-upload-vhd-to-managed-disk-powershell](https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disks-upload-vhd-to-managed-disk-powershell)
## Various Azure background information
In order to understand all of the Azure related background information related to creating the NixOS VM Image, please reference this collection here:
- [https://learn.microsoft.com/en-us/collections/4w5wfxt2xjj043](https://learn.microsoft.com/en-us/collections/4w5wfxt2xjj043)
This collection has several Microsoft Learn documents needed to determine disk sizing, image uploading processes, Bastion for Developers, and more.