summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos: sudo: Use build-time visudo for syntax check.Shea Levy2018-02-28
|
* nixos: keymap: Fix cross-compilation.Shea Levy2018-02-28
|
* nixos: initrd-kmod-blacklist-ubuntu: Fix cross-compilation.Shea Levy2018-02-28
|
* nixos: stage-1: Don't try to test binaries when cross-compiling.Shea Levy2018-02-28
|
* nixos: Take glibcLocales from buildPackages.Shea Levy2018-02-28
| | | | No need to cross-compile pure data...
* nixos: udev: Generate hwdb with build-native udevadm.Shea Levy2018-02-28
|
* nixos: kexec: Disable on non-keexecable systems.Shea Levy2018-02-28
|
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-28
|\ | | | | | | | | | | | | Conflicts: pkgs/applications/misc/pytrainer/default.nix pkgs/development/tools/pew/default.nix pkgs/tools/misc/you-get/default.nix
| * digitalbitbox: init at 2.2.2 (#33787)David Asabina2018-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-02-27
|\|
| * nodejs: Add release note about dropped 4_x packagesadisbladis2018-02-27
| |
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-02-27
|\|
| * Merge pull request #35061 from lopsided98/buildbot-updateFrederik Rietdijk2018-02-27
| |\ | | | | | | buildbot: 0.9.15.post1 -> 1.0.0
| | * nixos/buildbot: also run test on hydraJörg Thalheim2018-02-17
| | |
| * | Merge pull request #35682 from volth/patch-110Will Dietz2018-02-26
| |\ \ | | | | | | | | nixos/tests: add forgotten xrdp.nix
| | * | nixos/tests: add forgotten xrdp.nixvolth2018-02-26
| | | |
* | | | Merge master into stagingVladimír Čunát2018-02-26
|\| | | | | | | | | | | | | | | This is to cleanup the (re-)revert of merge to master.
| * | | attempt to fix #30940 more robustlyAristid Breitkreuz2018-02-26
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-02-26
|\| |
| * | Merge pull request #34028 from florianjacob/matomoFranz Pletz2018-02-26
| |\ \ | | | | | | | | piwik is now matomo
| | * | nixos/matomo: improve serverName defaultFlorian Jacob2018-02-22
| | | | | | | | | | | | | | | | when we need to change it anyway for the rename.
| | * | nixos/piwik: rename to matomoFlorian Jacob2018-02-22
| | | |
| * | | nixos udevil: set up wrapper for udevilPeter Hoeg2018-02-26
| | | |
| * | | Merge pull request #35432 from timokau/syncthing-deprecate-inotifyPeter Hoeg2018-02-26
| |\ \ \ | | | | | | | | | | syncthing,qsyncthingtray: remove syncthing-inotify
| | * | | syncthing,qsyncthingtray: remove syncthing-inotifyTimo Kaufmann2018-02-24
| | | | | | | | | | | | | | | | | | | | syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
| * | | | tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| | | | |
| * | | | nixos/mysql: Unbreak initial database creationSarah Brofeldt2018-02-24
| | | | |
| * | | | Merge pull request #35461 from lheckemann/grub-by-idJörg Thalheim2018-02-24
| |\ \ \ \ | | |/ / / | |/| | | grub module: suggest by-id paths for devices
| | * | | grub module: suggest by-id paths for devicesLinus Heckemann2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | Since they are more stable, their use should be encouraged over that of potentially volatile identifiers like /dev/[sh]da.
* | | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-24
|\| | | |
| * | | | nixos/alsa: Do not make sound.enable conditional on stateVersion.Aristid Breitkreuz2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | nixos/programs.chromium: write policies for google-chrome toovolth2018-02-23
| | | | | | | | | | | | | | | Policy configuration files live under /etc/chromium for Chromium, and under /etc/opt/chrome for Google Chrome.
| * | | | tinc: enable invitationsTom Bereknyei2018-02-23
| | | | |
| * | | | Merge pull request #35065 from jtojnar/fwupd-1.0.5Jan Tojnar2018-02-23
| |\ \ \ \ | | | | | | | | | | | | fwupd: 1.0.5 update & cleanups
| | * | | | Revert "nixos tests: disable fwupd for now"Jan Tojnar2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 11fc2bad56bb6464b161f5ce911511a0137cfe2c.
| | * | | | nixos/fwupd: use manual list of etc filesJan Tojnar2018-02-22
| | | | | | | | | | | | | | | | | | | | | | | | Closes: #32142
* | | | | | cups service: fix client socketsNikolay Amiantov2018-02-23
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Revert "cups service: fix client sockets"Nikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | | | | | | This reverts commit cf4c07734364e7e59414f486381360b42a9f88ea.
* | | | | cups service: fix client socketsNikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #35343 from gnidorah/softetherJörg Thalheim2018-02-23
|\ \ \ \ \ | |_|/ / / |/| | | | softether module: fix dataDir option
| * | | | softether module: fix dataDir optiongnidorah2018-02-22
| | |/ / | |/| |
* | | | Merge pull request #35026 from alesguzik/acpid_log_eventsFranz Pletz2018-02-23
|\ \ \ \ | | | | | | | | | | nixos/acpid: add option to log events
| * | | | nixos/acpid: add option to log eventsAles Huzik2018-02-21
| | | | |
* | | | | Merge pull request #31619 from NeQuissimus/exclude_rtl8723bsFranz Pletz2018-02-23
|\ \ \ \ \ | | | | | | | | | | | | rtl8723bs: Only include in enableAllFirmware if valid
| * | | | | rtl8723bs: Only include in enableAllFirmware if validTim Steinbach2018-02-22
| | |/ / / | |/| | |
* | | | | nixos/tox-bootstrapd: new command line formatvolth2018-02-23
| | | | |
* | | | | nixos/manual: fix buildFranz Pletz2018-02-23
| | | | | | | | | | | | | | | | | | | | Broken due to a43e33d0e48b2284ac3a2222d7f1965cef66f5e2.
* | | | | browserpass module: add firefox supportFranz Pletz2018-02-23
| | | | |
* | | | | nixpkgs module: update config exampleFranz Pletz2018-02-23
| | | | | | | | | | | | | | | | | | | | firefox.enableGeckoMediaPlayer does not exist anymore.
* | | | | Merge pull request #34470 from WilliButz/fix-xautolockFranz Pletz2018-02-22
|\ \ \ \ \ | | | | | | | | | | | | nixos/xautolock: fix default defaults/examples, add assertions