about summary refs log tree commit diff
path: root/nixos/modules/config/swap.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-30nixos/swap: ensure correct ordering w.r.t. shutdown.targetPhilip Taron1-1/+2
2023-07-13nixos/swap: make sure all kernel modules are loaded before creating swap devi...Ramses1-0/+5
2023-05-16nixos/config/swap: resolve swapfile issue !232229Mikaela Allan1-6/+5
2023-05-07nixos/config/swap: refactor startup script generationMikaela Allan1-6/+6
2023-05-05nixos/config/swap: improve randomEncrytionMikaela Allan1-3/+36
2023-01-17nixos/swap: fix creation on BTRFS and refactor assertionsoxalica1-9/+27
2022-12-15lib.replaceChars: warn about being a deprecated aliasArtturin1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae1-2/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-15/+15
2021-11-13nixos/swap: remove fallocate and use dd as the main swap creation methodArtturin1-6/+1
2021-11-08nixos/swap: add randomEncryption.allowDiscards optionbb20201-1/+11
2021-07-23Merge pull request #129408 from kurnevsky/swap-luks-discardsJörg Thalheim1-1/+1
2021-07-20nixos/swap: add options optionArtturin1-0/+9
2021-07-06nixos/swap: allow luks discards if swap discards are enabledEvgeny Kurnevsky1-1/+1
2021-05-19nixos/swap: add discardPolicy optionTomas Antonio Lopez1-0/+13
2021-02-21nixos/swap: Remove dependency on rngd (module removed)nicoo1-2/+0
2020-11-24utillinux: rename to util-linuxGraham Christensen1-1/+1
2020-02-08swap: depend on rngd if enabled and randomEncryption is configured toDaniel Frank1-0/+2
2019-12-28swapDevices.<name>.device can be a swap file.Robert Hensing1-1/+1
2017-07-26change swap.randomEncryption config option to "coercedTo" for backwards compa...Martin Wohlert1-22/+55
2017-07-26swap: extend randomEncryption to plainOpen and ability to select cipherMartin Wohlert1-11/+31
2017-07-26nixos/…/swap.nix: don't create a LUKS header for randomEncryptionedef1-3/+1
2016-08-31nixos/…/swap.nix: add some safety assertions for randomEncryptionobadz1-0/+2
2016-08-31nixos/…/swap.nix: remove backslashes from deviceNameobadz1-1/+5
2016-07-06nixos/swap: support for resizing swapfileBjørn Forsman1-3/+6
2016-01-12swap service: don't restart mkswap.service on switchesNikolay Amiantov1-0/+3
2016-01-12nixos/swap: fix stopping mkswap for encrypted deviceNikolay Amiantov1-1/+1
2015-10-20nixos/swap: refactor, add randomEncryption optionNikolay Amiantov1-65/+102
2014-07-02Get all lib functions from lib, not pkgs.lib, in modulesShea Levy1-1/+1
2014-04-24Don't create world-readable swapfilesEelco Dolstra1-0/+1
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra1-2/+2
2013-10-30Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra1-2/+2
2013-10-28Get rid of the only use of mkNotdefEelco Dolstra1-5/+2
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+124