nixpkgs/nixos/modules/config
Rüdiger Sonderfeld fa1cec1037 update-users-groups.pl: Use UTF-8 instead of latin1.
Perl seems to write the file in latin1 independent of the actual input
encoding.  This can corrupt the "description" field of /etc/passwd.  By
setting "binmode" to ":utf8" Perl can be forced to write UTF-8.  Ideally
the program would simply read/write the fields by value without any
changes in encoding.  However, assuming/enforcing UTF-8 is a lot better
than using an obsolete coding like latin1.
2014-11-08 19:25:17 +01:00
..
fonts FONTCONFIG_FILE: remove setters to /etc/fonts/fonts.conf 2014-10-05 17:05:27 +02:00
gnu.nix
gtk-exe-env.nix uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qt 2014-07-14 21:33:05 +09:00
i18n.nix
krb5.nix
ldap.nix nslcd nixos service: Should be wantedBy multi-user, otherwise not started if activated on running server (only starts on bootup) 2014-08-08 17:40:14 +02:00
networking.nix dnsmasq: upgrade to 2.71, fixed dnsmasq module 2014-08-28 11:39:03 -07:00
no-x-libs.nix
nsswitch.nix
power-management.nix nixos/manual: Use literalExample when feasible. 2014-08-27 23:41:15 +02:00
pulseaudio.nix eval fix 2014-10-07 21:46:15 +02:00
qt-plugin-env.nix uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qt 2014-07-14 21:33:05 +09:00
shells-environment.nix Replace environment.profileVariables by environment.profileRelativeEnvVars 2014-09-07 19:41:00 +02:00
swap.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
sysctl.nix
system-environment.nix
system-path.nix nixos: Use literalExample for systemPackages. 2014-08-27 22:44:56 +02:00
timezone.nix
unix-odbc-drivers.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
update-users-groups.pl update-users-groups.pl: Use UTF-8 instead of latin1. 2014-11-08 19:25:17 +01:00
users-groups.nix Obsolete security.initialPassword 2014-11-03 12:36:56 +01:00
vpnc.nix vpnc: Fix building of system config. 2014-08-31 21:39:03 +02:00
zram.nix