summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* 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.
* | | 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
| * | | nixos/fwupd: use manual list of etc filesJan Tojnar2018-02-22
| | | | | | | | | | | | | | | | Closes: #32142
* | | | 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
| | | |
* | | | 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
| * | | | nixos/xautolock: fix default defaults/examples, add assertionsWilliButz2018-01-31
| | | | | | | | | | | | | | | | | | | | see issue #34371
* | | | | nixos: disable sound by default, if stateVersion >= 18.03 (#35355)Aristid Breitkreuz2018-02-22
| | | | |
* | | | | nixos/label: no prepend '-' if there are no tagsvolth2018-02-22
| | | | |
* | | | | nixos/programs.chromium: remove unicode char '↪'volth2018-02-22
| | | | |
* | | | | Merge pull request #35243 from FRidh/postgisFrederik Rietdijk2018-02-22
|\ \ \ \ \ | |_|/ / / |/| | | | postgis: get rid of composableDerivation
| * | | | postgis: get rid of composableDerivationFrederik Rietdijk2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | In this change composableDerivation is removed in favor of stdenv.mkDerivation.
* | | | | crashplan-small-business: remove unneeded functionMarti Serra2018-02-21
| | | | |
* | | | | brscan4 module: Added to `modules-list.nix`.Raymond Gauthier2018-02-20
| | | | | | | | | | | | | | | | | | | | As requested by multiples users in #20632.
* | | | | Merge pull request #30057 from dtzWill/feature/webos-novacomdWill Dietz2018-02-20
|\ \ \ \ \ | |/ / / / |/| | | | webos: init novacom, novacomd, cmake-modules; add nixos service
| * | | | webos: init novacom, novacomd, cmake-modules; add nixos serviceWill Dietz2018-02-20
| | | | |
* | | | | Merge pull request #32062 from volth/patch-73Joachim F2018-02-20
|\ \ \ \ \ | | | | | | | | | | | | nixos/varnish: check .vcl syntax at compile time
| * | | | | nixos/varnish: it does not matter where to check syntax, only whenvolth2017-12-09
| | | | | |
| * | | | | nixos/varnish: check .vcl syntax at compile time (e.g. before nixops deployment)volth2017-11-26
| | | | | |
* | | | | | Merge pull request #32761 from xvapx/crashplan-small-businessJoachim F2018-02-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | crashplan-small-business: init at 6.6.0
| * | | | | crashplan-small-business: init at 6.6.0Marti Serra2017-12-18
| | | | | |
* | | | | | Merge pull request #35161 from volth/patch-92Franz Pletz2018-02-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/nat: support nat reflection
| * | | | | | nixos/nat: support nat reflectionvolth2018-02-19
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #35141 from abbradar/dhcpcd-orderFranz Pletz2018-02-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | dhcpcd service: fix service dependencies when default gateways are set
| * | | | | | network-interfaces-scripted service: delay setup if IPv6 is disabledNikolay Amiantov2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if IPv6 gateway is set, there's no need to set it early if IPv6 is disabled.
| * | | | | | dhcpcd service: want for both IP stacksNikolay Amiantov2018-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to wait for both stacks to be active before declaring that network is active. So either both default gateways must be specified or only IPv4 if IPv6 is disabled to avoid dhcpcd for network-online.target.
| * | | | | | dhcpcd service: always want by multi-userNikolay Amiantov2018-02-19
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | When default gateways were specified the service wasn't wanted by anything at all before.
* | | | | | Merge pull request #35129 from rvl/buildkite-agent-hookszimbatm2018-02-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | buildkite-agent service: declarative hooks and extraConfig option
| * | | | | | nixos/buildkite-agent: add coreutils to PATH of serviceRodney Lorrimar2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the service script and it's probable that many builds will need coreutils anyway.