Mathijs Kwik
|
4630ad4d26
|
filesystems: add priority option for swap devices.
Useful for setting up raid0-like load balancing for swap.
By giving multiple swap devices the same prio.
|
2013-05-17 09:22:07 +02:00 |
|
Marc Weber
|
f3e6b42258
|
replace list by listOf using same style as for attrsOf
|
2013-03-14 17:09:21 +01:00 |
|
Eelco Dolstra
|
ae4e94d9ac
|
Rename ‘boot.systemd’ to ‘systemd’
Suggested by Mathijs Kwik. ‘boot.systemd’ is a misnomer because
systemd affects more than just booting. And it saves some typing.
|
2013-01-16 12:33:18 +01:00 |
|
Eelco Dolstra
|
161c837c49
|
Port automatic filesystem creation to systemd
|
2012-10-12 17:32:36 -04:00 |
|
Eelco Dolstra
|
3f6d53cc97
|
Move escapeSystemdPath to lib/utils.nix
The new file ‘utils.nix’ is intended for NixOS-specific library
functions (i.e. stuff that shouldn't go into Nixpkgs' lib/).
|
2012-10-12 17:01:49 -04:00 |
|
Eelco Dolstra
|
e8de4455ab
|
Update automatic swapfile creation for systemd
|
2012-10-12 16:47:29 -04:00 |
|
Shea Levy
|
d9c03b6447
|
The kernel needs swap support if swapDevices are enabled
|
2012-08-07 17:34:10 -04:00 |
|
Eelco Dolstra
|
fd9604b319
|
* Oops, fix an incomplete commit.
svn path=/nixos/trunk/; revision=34488
|
2012-06-13 03:28:03 +00:00 |
|
Eelco Dolstra
|
15d44498f9
|
* Add a ‘size’ option to ‘swapDevices’ to create swapfiles on the fly.
svn path=/nixos/trunk/; revision=34478
|
2012-06-12 13:41:51 +00:00 |
|
Evgeny Egorochkin
|
c1d7c0d6bd
|
Remove swap cipher option because it isn't implemented and is misleading new users
svn path=/nixos/trunk/; revision=30371
|
2011-11-10 16:39:04 +00:00 |
|
Peter Simons
|
eb6e1310b8
|
strip trailing whitespace; no functional change
svn path=/nixos/trunk/; revision=29285
|
2011-09-14 18:20:50 +00:00 |
|
Eelco Dolstra
|
bb2d97770e
|
* Move the swap module to config/ because it doesn't provide a task
anymore. Activating swap devices is now handled by the mountall
task.
svn path=/nixos/branches/boot-order/; revision=22489
|
2010-07-06 09:01:15 +00:00 |
|