plymouth service: fix symlink to defaults

Symlink for plymouthd.defaults was pointing to nonexisting target
because of a spelling error.
wip/yesman
Erlend Pedersen 7 years ago
parent 9b7bf9cd91
commit 3f013b806b
  1. 2
      nixos/modules/system/boot/plymouth.nix

@ -72,7 +72,7 @@ in
environment.systemPackages = [ plymouth ];
environment.etc."plymouth/plymouthd.conf".source = configFile;
environment.etc."plymouth/plymouthd.defaults".source = "${plymouth}/share/plymouth/plymouth.defaults";
environment.etc."plymouth/plymouthd.defaults".source = "${plymouth}/share/plymouth/plymouthd.defaults";
environment.etc."plymouth/logo.png".source = cfg.logo;
environment.etc."plymouth/themes".source = "${themesEnv}/share/plymouth/themes";
# XXX: Needed because we supply a different set of plugins in initrd.

Loading…
Cancel
Save