about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
* | 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
| * | | | 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.
* | | | | | rabbitmq: 3.6.10 -> 3.6.15 (and various improvements)Profpatsch2018-02-22
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - split outputs (doc, man, out) - a new runtime dependency on getconf - fix up SCRIPTS_DIR in wrapper - clean output folder of stray doc files - add license & maintainer Tested with `nixos/tests/rabbitmq.nix`, inside a docker image and manually.
* | | | | nixos.tests.boot-stage1: fix missing libelfVladimír Čunát2018-02-22
| | | | |
* | | | | 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 #35078 from Mic92/powerdnsJörg Thalheim2018-02-20
|\ \ \ \ \ | | | | | | | | | | | | powerdns: 4.0.5 -> 4.1.1
| * | | | | nixos/powerdns: add testJörg Thalheim2018-02-17
| | | | | |
* | | | | | Merge pull request #30057 from dtzWill/feature/webos-novacomdWill Dietz2018-02-20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | webos: init novacom, novacomd, cmake-modules; add nixos service
| * | | | | release: only run novacomd test on x86_64-linuxWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | novacom and novacomd build on aarch64, but the daemon fails to start with something like: novacomd[547]: unhandled level 2 translation fault (11) at 0x00000000, esr 0x92000046 So, uh, nevermind that then.
| * | | | | nixos/release: Add novacomdWill Dietz2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is unlikely to break and is a cheap test. I'd like to be notified if it stops working. If this ever blocks anything and I've been notified you have my blessing to remove this as I doubt many folks depend on it.
| * | | | | nixos: Add basic test of novacomdWill Dietz2018-02-20
| | | | | |
| * | | | | 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.
* | | | | | | | Document the makeTest length restrictionMichael Fellinger2018-02-20
| | | | | | | |
* | | | | | | | Only allow test names of up to 50 charactersMichael Fellinger2018-02-20
| | | | | | | |
* | | | | | | | Merge pull request #35129 from rvl/buildkite-agent-hookszimbatm2018-02-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | buildkite-agent service: declarative hooks and extraConfig option