summary refs log tree commit diff
path: root/nixos/modules/config/swap.nix
Commit message (Collapse)AuthorAge
* swap service: don't restart mkswap.service on switchesNikolay Amiantov2016-01-12
| | | | Sadly, we can't instruct systemd to properly restart device-name.swap when this service restarts (or I haven't found the way to do so). As of now blindly restarting it would only get you a bunch of errors about device already used -- let's avoid it.
* 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
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* 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