Fixing the xserver.enableTCP for kdm.
svn path=/nixos/trunk/; revision=30056
This commit is contained in:
parent
564f7358f1
commit
c7f568dc06
@ -50,7 +50,10 @@ let
|
|||||||
buildCommand =
|
buildCommand =
|
||||||
''
|
''
|
||||||
echo "$config" > $out
|
echo "$config" > $out
|
||||||
cat ${kdebase_workspace}/share/config/kdm/kdmrc >> $out
|
|
||||||
|
# The default kdmrc would add "-nolisten tcp", and we already
|
||||||
|
# have that managed by nixos. Hence the grep.
|
||||||
|
cat ${kdebase_workspace}/share/config/kdm/kdmrc | grep -v nolisten >> $out
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user