summary refs log tree commit diff
path: root/nixos/modules/system/boot/plymouth.nix
diff options
context:
space:
mode:
authorErlend Pedersen <erlendpe@online.no>2017-10-24 19:57:08 +0200
committerErlend Pedersen <erlendpe@online.no>2017-10-24 20:10:13 +0200
commit3f013b806b4e9db1c6d8190d1bf6189d80ba736d (patch)
treee21429f01a2b3cf2df903cf96fe93846dcfd621a /nixos/modules/system/boot/plymouth.nix
parent9b7bf9cd912541c1fac78eb5f27d6e853ac6808c (diff)
downloadnixpkgs-3f013b806b4e9db1c6d8190d1bf6189d80ba736d.tar
nixpkgs-3f013b806b4e9db1c6d8190d1bf6189d80ba736d.tar.gz
nixpkgs-3f013b806b4e9db1c6d8190d1bf6189d80ba736d.tar.bz2
nixpkgs-3f013b806b4e9db1c6d8190d1bf6189d80ba736d.tar.lz
nixpkgs-3f013b806b4e9db1c6d8190d1bf6189d80ba736d.tar.xz
nixpkgs-3f013b806b4e9db1c6d8190d1bf6189d80ba736d.tar.zst
nixpkgs-3f013b806b4e9db1c6d8190d1bf6189d80ba736d.zip
plymouth service: fix symlink to defaults
Symlink for plymouthd.defaults was pointing to nonexisting target
because of a spelling error.
Diffstat (limited to 'nixos/modules/system/boot/plymouth.nix')
-rw-r--r--nixos/modules/system/boot/plymouth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/plymouth.nix b/nixos/modules/system/boot/plymouth.nix
index d45b1686c1e..0938d22a45b 100644
--- a/nixos/modules/system/boot/plymouth.nix
+++ b/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.