disko/lib
Felix Uhl 435737144b swap: don't create filesystem if randomEncryption is enabled
This is not an issue when initially creating the partition because
device mapper will just map on top of the filesystem, but it breaks
incremental updates because the check for `TYPE=` will fail, and the
subsequent attempt to run `mkswap` also fails:

mkswap: cannot open /dev/disk/by-partlabel/disk-nix-store-swap: Device or resource busy

Instead, just don't do anything, NixOS will take care of it.
2024-08-22 17:59:43 +00:00
..
types swap: don't create filesystem if randomEncryption is enabled 2024-08-22 17:59:43 +00:00
default.nix module: add vmWithDisko output to system 2024-08-01 13:00:08 +02:00
interactive-vm.nix module: add vmWithDisko output to system 2024-08-01 13:00:08 +02:00
make-disk-image.nix Merge pull request #713 from nix-community/interactiveVM 2024-08-21 16:12:23 +02:00
tests.nix update to new nixos test api 2024-06-07 14:20:40 +00:00