nixpkgs/nixos/modules
Michael Weiss 6852c080d8
nixos/sks: Fix another regression from ab5dcc7068
The two directories KDB and PTree do not exist before the SKS DB is
build for the first time. If /var/db/sks is empty and the module is
enabled via "services.sks.enable = true;" the following error will
occur:
...-unit-script-sks-db-pre-start[xxx]:
ln: failed to create symbolic link 'KDB/DB_CONFIG': No such file or directory

To avoid this both links have to be created after the DB is build.
Note: Creating the directories manually might be better but the initial
build might be skipped as a result:
unit-script-sks-db-pre-start[xxxxx]: KeyDB directory already exists.  Exiting.
unit-script-sks-db-pre-start[xxxxx]: PTree directory already exists.  Exiting.
2019-04-28 14:45:21 +02:00
..
config Merge master into staging-next 2019-04-07 08:33:41 +02:00
hardware Merge pull request #57337 from peterhoeg/m/logitech 2019-04-03 21:19:56 +08:00
i18n/input-method
installer Merge pull request #59435 from furrycatherder/fix-tarball 2019-04-20 20:58:42 -04:00
misc Use same user for both prometheus 1 and 2. Use StateDirectory. 2019-03-25 14:49:22 +01:00
profiles
programs sway: Read the configuration from /etc before /nix/store (#60319) 2019-04-27 22:38:18 +02:00
security nixos/hardened: split description of allowUserNamespaces into paras 2019-04-21 13:11:25 +02:00
services nixos/sks: Fix another regression from ab5dcc7068 2019-04-28 14:45:21 +02:00
system Revert "nixos/switch-to-configuration: Never stop system.slice" 2019-04-28 07:21:34 +02:00
tasks cleanup redundant text in modules utilizing mkEnableOption 2019-04-20 14:44:02 +02:00
testing
virtualisation nixos/virtualbox: Fixes configuration to evaluate 2019-04-20 23:04:13 -04:00
module-list.nix Merge pull request #53043 from exi/wg-quick 2019-04-24 17:16:32 +00:00
rename.nix nixos/nzbget: fix broken service, add a nixos test, as well as some general improvements 2019-04-25 20:28:39 -04:00