forked from mirrors/nixpkgs
* Fix the Rogue job.
svn path=/nixos/trunk/; revision=17830
This commit is contained in:
parent
e055085ac1
commit
762c13b83e
|
@ -48,7 +48,7 @@ in
|
|||
|
||||
extraConfig = "chdir /root";
|
||||
|
||||
exec = "${pkgs.rogue}/bin/rogue < /dev/{cfg.tty} > /dev/{cfg.tty} 2>&1";
|
||||
exec = "${pkgs.rogue}/bin/rogue < /dev/${cfg.tty} > /dev/${cfg.tty} 2>&1";
|
||||
};
|
||||
|
||||
services.ttyBackgrounds.specificThemes = singleton
|
||||
|
|
Loading…
Reference in a new issue