BrainWart / nixos-config

My nixos configuration
1 stars 0 forks source link

Services to be converted

Build test image for azure

nix run github:nix-community/nixos-generators#nixos-generate -- --flake .#test -f azure

Build auto installer iso

Build recovery iso

You will need to build the Windows PE recovery environment manually and add it to the Nix store.

If you would like to cross build an alternative add the following snippet to your system's configuration. \ boot.binfmt.emulatedSystems = [ "aarch64-linux" ];