summary refs log tree commit diff
path: root/nixos/modules/config
Commit message (Collapse)AuthorAge
* nixos/networking: Reference correct glibc outputTuomas Tynkkynen2015-10-03
|
* Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * nixos/fonts: Add unifont to list of default fonts.aszlig2015-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #10077 because after some debugging it turns out that by default we don't have a font which is able to display Chinese symbols. Thanks to @anderspapitto, @kmicu and hyper_ch on IRC to help debugging this issue, see log at: http://nixos.org/irc/logs/log.20150926 starting at 19:46 With unifont we have a reasonable fallback font to ensure that every written language is rendered correctly and thus less surprise for new users who keep their font settings at the default. Reported-by: Anders Papitto <anderspapitto@gmail.com> Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * Merge pull request #9683 from ts468/upstream.resolvconfts4682015-09-26
| |\ | | | | | | nixos networking module: resolvconf + dnsmasq
| | * networking module: add extraResolvconfConf optionThomas Strobel2015-09-26
| | |
| * | Manual: Remove store path referencesEelco Dolstra2015-09-24
| |/
| * nixos: fix some typesJan Malakhovski2015-09-18
| |
| * nixos,lib: move environment generation related copy-paste to libJan Malakhovski2015-09-18
| |
| * gdb: Look for debug info in /run/current-system/sw/lib/debugEelco Dolstra2015-09-17
| | | | | | | | | | | | | | | | | | | | The previous default was $out/lib/debug, which wasn't very useful. This ensures that you can do environment.systemPackages = [ pkgs.hello.debug ]; to install debug info.
| * nixos i18n: add option to set console keymap from xkbGeoffrey Reedy2015-09-13
| | | | | | | | Close #9675. The expression was refactored heavily by vcunat.
| * nixos: environment.pathsToLink += some desktop dirsobadz2015-09-07
| | | | | | | | | | | | Close #9622. (adding common desktop locations and locations specified in http://standards.freedesktop.org/menu-spec/1.1/)
| * Rename users.extraUsers -> users.users, users.extraGroup -> users.groupsEelco Dolstra2015-09-02
| | | | | | | | The "extra" part hasn't made sense for years.
| * If !cfg.mutableUsers, require a password or SSH authorized keyEelco Dolstra2015-09-02
| | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/7308
| * nixos: generate infodirs directly in system-pathJan Malakhovski2015-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `man 1 info` says: The first non-option argument, if present, is the menu entry to start from; it is searched for in all `dir' files along INFOPATH. If it is not present, info merges all `dir' files and shows the result. Any remaining arguments are treated as the names of menu items relative to the initial node visited. Which means that this does what previous programs/info did and #8519 (on-the-fly infodir generation for Emacs) wanted to do, but for both programs.
| * nixos: add /share/doc and /share/nano (for symmetry) to environment.pathsToLinkJan Malakhovski2015-08-18
| | | | | | | | and sort all of them
| * types.nix: better error message for non-pathsBenno Fünfstück2015-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves error messages when a set or a list is used where a path was expected. For an example, if you used a package set (as opposed to a single package) in systemPackages before this commit, the error was: ``` cannot coerce a list to a string, at "/home/nixpkgs/lib/types.nix":103:37 ``` Now, the error message reads: ``` The option value `environment.systemPackages' in `/etc/nixos/configuration.nix' is not a list of paths. ```
| * nixos/fontconfig: separate rendering and alias configurationThomas Tuegel2015-08-04
| | | | | | | | | | | | | | Fixes #9110. Fontconfig recommends different precedence for rendering settings and generic alias settings. To comply with the recommendations, `98-nixos.conf` has been separated into `10-nixos-rendering.conf` and `60-nixos-generic-alias.conf`.
| * nixos: let's not forget types in the timezone moduleJan Malakhovski2015-07-31
| |
| * Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-05
| |\
| | * pam_mount module: integrate pam_mount into PAM of NixOSThomas Strobel2015-07-04
| | |
| * | krb5: Break out into a lib and not lib versionWilliam A. Kennington III2015-06-26
| |/
| * nixos: Replace pkgs.openssh with config.programs.ssh.packageWilliam A. Kennington III2015-06-26
| |
| * Some more type cleanupEelco Dolstra2015-06-15
| |
| * nixos/pulseaudio: Fix descriptionWilliam A. Kennington III2015-06-11
| |
| * pulseaudio: Add a flag for supporting 32-bitWilliam A. Kennington III2015-06-10
| |
| * nixos i18n.consoleFont: choose a different defaultVladimír Čunát2015-06-09
| | | | | | | | | | Distros often choose Terminus as the default, and it supports some non-ASCII characters that we use in config. Fixes #8107.
| * pulseaudio: Revert to regular styleEelco Dolstra2015-06-04
| | | | | | | | | | Also, the NixOS module uses pulseaudioLight in order to prevent excessive dependency bloat.
| * Hide the option fonts.enableCoreFontsEelco Dolstra2015-06-01
| | | | | | | | We shouldn't have options that simply enable a package.
| * nixos/pulseaudio: Use libpulseaudioWilliam A. Kennington III2015-05-29
| |
* | systemPackages, makeLibraryPath: try to guess outputsVladimír Čunát2015-05-05
|/
* Remove sysvtools from the system pathEelco Dolstra2015-04-20
| | | | | | | All programs in sysvtools (except killall5) are also provided by util-linux or procps. Issue #7117.
* minimal.nix: Get rid of most Glibc localesEelco Dolstra2015-04-20
| | | | | | This cuts ~100 MB from the system closure. Issue #7117.
* Remove obsolete "eject" entry from the system pathEelco Dolstra2015-04-20
| | | | It's an alias for util-linux, so included anyway.
* Remove pciutils and usbutils from the default system pathEelco Dolstra2015-04-20
| | | | Issue #7117.
* Merge rename.nix changes.Nicolas B. Pierron2015-04-03
|\
| * Merge pull request #7058 from joachifm/sysctl-kptr-restrictAustin Seipp2015-04-03
| |\ | | | | | | nixos: condition sysctl.kptr_restrict on features.grsecurity
| | * nixos: condition sysctl.kptr_restrict on features.grsecurityJoachim Fasting2015-03-29
| | | | | | | | | | | | | | | | | | Conditioning `sysctl.kptr_restrict` on `features.grsecurity` supports any grsecurity enabled kernel without having to enable the grsecurity module.
| * | Fix references to current-system/sw/sbinWilliam A. Kennington III2015-04-01
| | |
| * | Revert "Remove obsolete .../sbin directories from $PATH"William A. Kennington III2015-04-01
| | | | | | | | | | | | This reverts commit 98cedb3d22a580d8ee1804862d65a3198d9ee3ac.
| * | Remove obsolete .../sbin directories from $PATHEelco Dolstra2015-04-01
| | |
| * | dbus: rename useX11 option into x11Support, cleanup a bitJan Malakhovski2015-03-29
| | |
| * | nixos/pulseaudio: don't put 32bit libs in systemPackagesLuca Bruno2015-03-18
| |/ | | | | | | | | | | Fixes the useless collisions in the system path. The 64bit and 32bit variants have the same files, hence it's pointless to put the 32bit pulseaudio in systemPackages.
* / Fix infinite loop in fontconfig-ultimate.nixNicolas B. Pierron2015-03-12
|/ | | | | | With the new evaluation of arguments, pkgs is now defined by the configuration, which implies that option declaration with pkgs.lib will cause an infinite loop.
* Add "input" groupEelco Dolstra2015-03-03
| | | | This is required by systemd >= 215.
* nsswitch.conf: Omit ldap unless ldap is enabledEelco Dolstra2015-02-25
| | | | This prevents programs from trying to find nss_ldap.
* Ensure that the home directory exists even if the user already existsEelco Dolstra2015-02-24
|
* fontconfig: stringify dpi correctlyThomas Tuegel2015-02-01
|
* fix manualDomen Kožar2015-01-03
|
* clarify things about hashed passwords and mutableUsersDomen Kožar2015-01-02
|
* Switch default timezone in NixOS from "CET" to "UTC".Peter Simons2014-12-15
| | | | Suggested in https://github.com/NixOS/nixpkgs/pull/5332.