disko/lib/types
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
..
btrfs.nix Add coreutils to list of dependencies 2024-05-15 09:57:53 -07:00
disk.nix rename makeDiskImage -> makeDiskImages 2023-09-18 12:16:33 +00:00
filesystem.nix f2fs: init 2024-08-20 10:26:29 +01:00
gpt.nix nix fmt 2024-07-21 16:44:30 +02:00
luks.nix luks: add testmode password "disko" 2024-07-21 22:45:12 +02:00
lvm_pv.nix types *: make create idempotent 2024-03-13 09:58:33 +01:00
lvm_vg.nix nix fmt 2024-07-21 16:44:30 +02:00
mdadm.nix types *: make create idempotent 2024-03-13 09:58:33 +01:00
mdraid.nix lib: better formatting of generated shell output 2023-07-04 16:02:25 +00:00
nodev.nix lib.types: turn _create, _mount and _config into values 2023-07-04 16:02:25 +00:00
swap.nix swap: don't create filesystem if randomEncryption is enabled 2024-08-22 17:59:43 +00:00
table.nix add table-to-gpt migration guide 2024-05-30 21:28:52 +02:00
zfs.nix lib: better formatting of generated shell output 2023-07-04 16:02:25 +00:00
zfs_fs.nix zfs_fs: Fix errors when not changing mountpoint 2024-08-22 17:50:13 +00:00
zfs_volume.nix types *: make create idempotent 2024-03-13 09:58:33 +01:00
zpool.nix zfs: try to import zpool in incremental mode 2024-06-28 13:52:20 +00:00