forked from mirrors/nixpkgs
plymouth service: fix symlink to defaults
Symlink for plymouthd.defaults was pointing to nonexisting target because of a spelling error.
This commit is contained in:
parent
9b7bf9cd91
commit
3f013b806b
|
@ -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…
Reference in a new issue