summary refs log tree commit diff
path: root/nixos/modules/config/swap.nix
Commit message (Expand)AuthorAge
* nixos/swap: make sure all kernel modules are loaded before creating swap devi...Ramses2023-07-13
* nixos/config/swap: resolve swapfile issue !232229Mikaela Allan2023-05-16
* nixos/config/swap: refactor startup script generationMikaela Allan2023-05-07
* nixos/config/swap: improve randomEncrytionMikaela Allan2023-05-05
* nixos/swap: fix creation on BTRFS and refactor assertionsoxalica2023-01-17
* lib.replaceChars: warn about being a deprecated aliasArtturin2022-12-15
* nixos/*: automatically convert option descriptionspennae2022-08-31
* treewide: automatically md-convert option descriptionspennae2022-07-30
* nixos/swap: remove fallocate and use dd as the main swap creation methodArtturin2021-11-13
* nixos/swap: add randomEncryption.allowDiscards optionbb20202021-11-08
* Merge pull request #129408 from kurnevsky/swap-luks-discardsJörg Thalheim2021-07-23
|\
| * nixos/swap: allow luks discards if swap discards are enabledEvgeny Kurnevsky2021-07-06
* | nixos/swap: add options optionArtturin2021-07-20
|/
* nixos/swap: add discardPolicy optionTomas Antonio Lopez2021-05-19
* nixos/swap: Remove dependency on rngd (module removed)nicoo2021-02-21
* utillinux: rename to util-linuxGraham Christensen2020-11-24
* swap: depend on rngd if enabled and randomEncryption is configured toDaniel Frank2020-02-08
* swapDevices.<name>.device can be a swap file.Robert Hensing2019-12-28
* change swap.randomEncryption config option to "coercedTo" for backwards compa...Martin Wohlert2017-07-26
* swap: extend randomEncryption to plainOpen and ability to select cipherMartin Wohlert2017-07-26
* nixos/…/swap.nix: don't create a LUKS header for randomEncryptionedef2017-07-26
* nixos/…/swap.nix: add some safety assertions for randomEncryptionobadz2016-08-31
* nixos/…/swap.nix: remove backslashes from deviceNameobadz2016-08-31
* nixos/swap: support for resizing swapfileBjørn Forsman2016-07-06
* swap service: don't restart mkswap.service on switchesNikolay Amiantov2016-01-12
* nixos/swap: fix stopping mkswap for encrypted deviceNikolay Amiantov2016-01-12
* nixos/swap: refactor, add randomEncryption optionNikolay Amiantov2015-10-20
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
* Don't create world-readable swapfilesEelco Dolstra2014-04-24
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
* Substitute "types.uniq types.string" -> "types.str"Eelco Dolstra2013-10-30
* Get rid of the only use of mkNotdefEelco Dolstra2013-10-28
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10