Quassel: quick fix
svn path=/nixos/trunk/; revision=23930
This commit is contained in:
parent
b766f8ac8d
commit
88b24ece7f
@ -63,7 +63,7 @@ in
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
users.extraUsers = mkIf (cfg.user == null) [
|
||||
{ name = cfg.user;
|
||||
{ name = "quassel";
|
||||
description = "Quassel IRC client daemon";
|
||||
}];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user