about summary refs log tree commit diff
path: root/nixos/modules/tasks/encrypted-devices.nix
Commit message (Collapse)AuthorAge
* encrypted devices: provide working examplelassulus2017-10-16
|
* encrypted devices: don't override default cryptoModuleslassulus2017-10-16
|
* assertion should check for encrypted.label of the defined fileSystemRok Garbas2017-09-29
|
* encrypted devices: add label set assertion (#29651)Silvan Mosberger2017-09-23
|
* nixos/fileystems: Fix boot fails with encrypted fsAndré-Patrick Bubel2017-09-14
| | | | | | | | | | | Boot fails when a keyfile is configured for all encrypted filesystems and no other luks devices are configured. This is because luks support is only enabled in the initrd, when boot.initrd.luks.devices has entries. When a fileystem has a keyfile configured though, it is setup by a custom command, not by boot.initrd.luks. This commit adds an internal config flag to enable luks support in the initrd file, even if there are no luks devices configured.
* nixos: apply toposort to fileSystems to support bind and move mountsJan Malakhovski2016-08-23
| | | | And use new `config.system.build.fileSystems` property everywhere.
* Revert part of #9982 to be in line with #9925Kovacsics Robert (NixOS)2015-11-26
| | | | | When creating PR #9982, I undid a line of PR #9925, that was some cleanups and fixes, so this undoes that damage.
* encrypted-devices service: Fix keyed mount, clarify descriptions.Kovacsics Robert (NixOS)2015-09-22
| | | | | Not enough arguments were supplied to cryptsetup when a key-file was specified. Also don't try to unlock keyedEncDevs with a password.
* nixos: fix some typesJan Malakhovski2015-09-18
|
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
|
* nixos: add some missing '.' in option descriptionsBjørn Forsman2014-06-24
|
* Enable encrypted backing devices in fileystem configurationsEdward Tjörnhammar2014-04-26