lassulus

Results 173 comments of lassulus

The nix build process usually runs in a sandbox. In that sandbox there won't be a device available. Maybe something like the recently created disko_ install https://github.com/nix-community/disko/blob/master/docs/disko-install.md would be better...

hmm, will have to investigate that deeper I guess. what kind of bootloader are you using? I'm not sure where the initrd is coming from in your example? is it...

we can add that for now, It would also be nice to find out why raw does not work :)

at some point in the far future I would like to refactor the nixpkgs images to do more of the abstraction which is currently done in this repo

nix-shell without arguments needs either a default.nix or a shell.nix file. not sure what that should do here. since the build image is generated out of the source there is...

ah, interesting. I imaged `system.copySystemConfiguration = true;` working at some point but I haven't tested it in a while. I guess the best way forward would be to copy the...

> also what does `system.copySystemConfiguration = true;` actually do? from where does it copy the files? good question, I checked the sourcecode, it just symlinks `$NIXOS_CONFIG` from `$NIX_PATH` to system.build.out/configuration.nix....

hmm, it works for me, seems like an issue with qemu. can you try another format? like maybe the iso or the qcow image

weird, seems like proxmox overrides the qemu version, but the patch seems to work for me. what nixpkgs/nixos channel are you using?

hmm, can you try cloning this repo and running this command: `./nixos-generate -f proxmox -c ./your-configuration.nix` should be the same error, but just to be sure