about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2018-03-01nixos: Move uses of stdenv.shell to runtimeShell.Shea Levy41-57/+57
2018-03-01stage-2-init: Use the host bash as SHELLShea Levy1-0/+1
2018-03-01nixos: Fix initrd dependency detection when cross-compiling.Shea Levy1-3/+45
2018-03-01nixos: manual: Fix cross-compilation.Shea Levy1-5/+5
2018-03-01gobjectIntrospection: Enable building without X11 support.Shea Levy1-0/+1
Also disable it when noXlibs in NixOS.
2018-02-28Merge remote-tracking branch 'origin/master' into cross-nixosShea Levy9-27/+95
2018-02-28Merge branch 'nix-ssh-ng'Shea Levy5-22/+74
2018-02-28nixos: nix.sshServe: Support ssh-ng.Shea Levy5-22/+74
2018-02-28Merge pull request #36136 from hedning/nix-bash-completions-on-enableCompletionJörg Thalheim2-0/+10
programs/bash: install nix-bash-completions if completion is enabled
2018-02-28Merge pull request #35892 from Nadrieril/update-usbguardFrederik Rietdijk1-1/+1
usbguard: 0.7.0 -> 0.7.2
2018-02-28disnix module: make dbus service configurableSander van der Burg1-4/+10
2018-02-28nixos: sudo: Use build-time visudo for syntax check.Shea Levy1-1/+1
2018-02-28nixos: keymap: Fix cross-compilation.Shea Levy1-1/+1
2018-02-28nixos: initrd-kmod-blacklist-ubuntu: Fix cross-compilation.Shea Levy1-1/+1
2018-02-28nixos: stage-1: Don't try to test binaries when cross-compiling.Shea Levy1-1/+3
2018-02-28nixos: Take glibcLocales from buildPackages.Shea Levy1-1/+1
No need to cross-compile pure data...
2018-02-28nixos: udev: Generate hwdb with build-native udevadm.Shea Levy1-1/+1
2018-02-28nixos: kexec: Disable on non-keexecable systems.Shea Levy1-18/+19
2018-02-28Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen4-0/+156
Conflicts: pkgs/applications/misc/pytrainer/default.nix pkgs/development/tools/pew/default.nix pkgs/tools/misc/you-get/default.nix
2018-02-28programs/bash: install nix-bash-completions if completion is enabledTor Hedin Brønner2-0/+10
2018-02-27digitalbitbox: init at 2.2.2 (#33787)David Asabina4-0/+156
* digitalbitbox: init at 2.2.2 The commits that lead to this have been squashed from independent commits see branch @vidbina/add/digitalbitbox-wip that did the following: - 0a3030fa0ec digitalbitbox: init at 2.2.2 - c18ffa3ffd4 digitalbitbox: moved meta to EOF - 0c5f3d6972a digitalbitbox: using preConfigure + configureFlags - a85b1dfc3fd digitalbitbox: nativeBuildInputs - 90bdd35ef0f digitalbitbox: autoreconfHook - 91810eea055 digitalbitbox: default installPhase & makeWrapper - 90e43fb7e2a digitalbitbox: doc rm $PWD hack & printf-tee deal - fd033b2fe5a digitalbitbox: cleanup, alphabetically sort attrs - c5907982db3 digitalbitbox: added hardware module - 88e46bc9ae0 digitalbitbox: added program module - amend to change name: dbb-app -> digitalbitbox - amend to add install instructions based on feedback (https://github.com/NixOS/nixpkgs/pull/33787#issuecomment-362813149) - amend to add longDescription - moved program to its own dir - overridable udev rules handling - added docs to manual - added package attr to program module - added package attr to hardware module * digitalbitbox: use libsForQt5.callPackage
2018-02-27nixos/usbguard: Do not check permissions on rules file (using undocumented ↵Nadrieril1-1/+1
-P flag)
2018-02-27Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-0/+6
2018-02-27nodejs: Add release note about dropped 4_x packagesadisbladis1-0/+6
2018-02-27Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-0/+2
2018-02-27Merge pull request #35061 from lopsided98/buildbot-updateFrederik Rietdijk1-0/+1
buildbot: 0.9.15.post1 -> 1.0.0
2018-02-26Merge pull request #35682 from volth/patch-110Will Dietz1-0/+1
nixos/tests: add forgotten xrdp.nix
2018-02-26Merge master into stagingVladimír Čunát1-5/+4
This is to cleanup the (re-)revert of merge to master.
2018-02-26attempt to fix #30940 more robustlyAristid Breitkreuz1-5/+4
2018-02-26nixos/tests: add forgotten xrdp.nixvolth1-0/+1
2018-02-26Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk27-140/+210
2018-02-26Merge pull request #34028 from florianjacob/matomoFranz Pletz6-51/+122
piwik is now matomo
2018-02-26nixos udevil: set up wrapper for udevilPeter Hoeg2-0/+15
2018-02-26Merge pull request #35432 from timokau/syncthing-deprecate-inotifyPeter Hoeg1-23/+7
syncthing,qsyncthingtray: remove syncthing-inotify
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar18-59/+59
2018-02-24nixos/mysql: Unbreak initial database creationSarah Brofeldt1-2/+2
2018-02-24Merge pull request #35461 from lheckemann/grub-by-idJörg Thalheim1-5/+5
grub module: suggest by-id paths for devices
2018-02-24grub module: suggest by-id paths for devicesLinus Heckemann1-5/+5
Since they are more stable, their use should be encouraged over that of potentially volatile identifiers like /dev/[sh]da.
2018-02-24syncthing,qsyncthingtray: remove syncthing-inotifyTimo Kaufmann1-23/+7
syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
2018-02-24Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen6-18/+17
2018-02-23nixos/alsa: Do not make sound.enable conditional on stateVersion.Aristid Breitkreuz2-12/+8
Eelco Dolstra wrote: Hm, this is not really the intended use of stateVersion. From the description: Every once in a while, a new NixOS release may change configuration defaults in a way incompatible with stateful data. For instance, if the default version of PostgreSQL changes, the new version will probably be unable to read your existing databases. To prevent such breakage, you can set the value of this option to the NixOS release with which you want to be compatible. The effect is that NixOS will option defaults corresponding to the specified release (such as using an older version of PostgreSQL). So this is only intended for options that have some corresponding on-disk state. AFAICT this is not the case for sound. In any case stateVersion is a necessary evil that only exists because we can't just upgrade Postgres databases or change SSH host keys. It's not necessary for things like whether sound is enabled. (If the user discovers that sound is suddenly disabled, they can just enable it.) I had some vague recollection that we also had a configVersion option setting to control the defaults for non-state-related options, but I can't find it so maybe it was only discussed.
2018-02-23nixos/programs.chromium: write policies for google-chrome toovolth1-0/+5
Policy configuration files live under /etc/chromium for Chromium, and under /etc/opt/chrome for Google Chrome.
2018-02-23tinc: enable invitationsTom Bereknyei1-0/+2
2018-02-23Merge pull request #35065 from jtojnar/fwupd-1.0.5Jan Tojnar2-6/+2
fwupd: 1.0.5 update & cleanups
2018-02-23cups service: fix client socketsNikolay Amiantov2-3/+8
Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
2018-02-23Revert "cups service: fix client sockets"Nikolay Amiantov2-8/+3
This reverts commit cf4c07734364e7e59414f486381360b42a9f88ea.
2018-02-23cups service: fix client socketsNikolay Amiantov2-3/+8
Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
2018-02-23Merge pull request #35343 from gnidorah/softetherJörg Thalheim1-17/+16
softether module: fix dataDir option
2018-02-23Merge pull request #35026 from alesguzik/acpid_log_eventsFranz Pletz1-1/+7
nixos/acpid: add option to log events
2018-02-23Merge pull request #31619 from NeQuissimus/exclude_rtl8723bsFranz Pletz1-1/+2
rtl8723bs: Only include in enableAllFirmware if valid