Files
nixpkgs/nixos/modules/virtualisation
nikstur 62e95d095d nixos/qemu-vm: optionally disable overriding fileSystems
Allow the user to disable overriding the fileSystems option with
virtualisation.fileSystems by setting
`virtualisation.fileSystems = lib.mkForce { };`.

With this change you can use the qemu-vm module to boot from an external
image that was not produced by the qemu-vm module itself. The user can
now re-use the modularly set fileSystems option instead of having to
reproduce it in virtualisation.fileSystems.
2023-10-02 11:13:26 +02:00
..
2023-05-21 17:24:16 +02:00
2023-06-01 13:46:53 -04:00
2023-01-31 03:31:05 +00:00
2022-12-17 19:31:14 -05:00
2023-09-05 15:28:00 +00:00
2022-12-17 19:31:14 -05:00
2023-05-10 21:51:26 +02:00