summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | Merge branch 'swap-norestart' of git://github.com/abbradar/nixpkgsShea Levy2016-01-12
|\ \ \ \ \
| * | | | | swap service: don't restart mkswap.service on switchesNikolay Amiantov2016-01-12
| | | | | | | | | | | | | | | | | | | | | | | | Sadly, we can't instruct systemd to properly restart device-name.swap when this service restarts (or I haven't found the way to do so). As of now blindly restarting it would only get you a bunch of errors about device already used -- let's avoid it.
* | | | | | Fix running apache tomcat as a daemonSander van der Burg2016-01-12
|/ / / / /
* | | | | nixos/swap: fix stopping mkswap for encrypted deviceNikolay Amiantov2016-01-12
| | | | |
* | | | | nixos/cdemu: use system kernel modulesNikolay Amiantov2016-01-12
| | | | |
* | | | | nixos: fix acme service @abbradarDomen Kožar2016-01-12
| | | | |
* | | | | Revert "nixos/qemu-vm: Disable cache for $NIX_DISK_IMAGE"Domen Kožar2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6353f580f90c0fdd2b418fa853a78ec508bda2a5. Unfortunately cache=none doesn't work with all filesystem options. Hydra tests error out with: file system may not support O_DIRECT See http://hydra.nixos.org/build/30323625/
* | | | | Merge pull request #12283 from abbradar/acme-allowgroupPascal Wittmann2016-01-11
|\ \ \ \ \ | | | | | | | | | | | | nixos/acme: add allowKeysForGroup
| * | | | | nixos/acme: add allowKeysForGroupNikolay Amiantov2016-01-10
| |/ / / /
* | | | | Merge pull request #12315 from tlevine/trackpoint-typoPascal Wittmann2016-01-11
|\ \ \ \ \ | | | | | | | | | | | | trackpoint: fix typo in trackpoint speed description
| * | | | | trackpoint: fix typo in configuration descriptionThomas Levine2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | I fixed a typo in the description for hardware.trackpoint.speed.
* | | | | | wis_go7007: remove dead package & moduleTobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken since 2014, but basically a package from 2008 with no upstream.
* | | | | | xorgVideoUnichrome: remove dead packageTobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | Broken since 2013, upstream very dead.
* | | | | | Merge pull request #12103 from rick68/ostinatogoibhniu2016-01-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ostinato
| * | | | | | ostinato: add ostinato in NixOS servicesWei-Ming Yang2016-01-04
| | | | | | |
* | | | | | | Merge pull request #12291 from abbradar/ejabberdAristid Breitkreuz2016-01-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update ejabberd, new NixOS module for it
| * | | | | | | nixos/ejabberd: update serviceNikolay Amiantov2016-01-10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #12133 from dwe11er/new-package/irqbalanceAristid Breitkreuz2016-01-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | irqbalance: init at 1.1.0
| * | | | | | | irqbalance: init at 1.1.0Marcin Falkiewicz2016-01-08
| | | | | | | |
* | | | | | | | Merge pull request #12238 from bfrog/postgresql95Aristid Breitkreuz2016-01-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | postgresql: 9.4 -> 9.5
| * | | | | | | | postgresql: (94 -> 95)Tom Burdick2016-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates postgresql to its latest versions
* | | | | | | | | correctly fix 313fa2ebc69aa9b49055c6242ae6d4b78e9f0467Domen Kožar2016-01-10
| | | | | | | | |
* | | | | | | | | Revert "nixos-rebuild: Add option for building and/or deploying on a remote ↵Domen Kožar2016-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | host" This reverts commit ca0c46040649ab4a6d5d7bc838b393fdcbcae10c. All the installer tests are failing due to this change. cc @rickynils
* | | | | | | | | nixos installer tests: use -A nix-env flag to prevent out of memoryDomen Kožar2016-01-10
| | | | | | | | |
* | | | | | | | | azure-image: azure resource manager doesn't base64-encode custom data, ↵Evgeny Egorochkin2016-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unlike azure service manager
* | | | | | | | | systemd: backslashes are no longer allowed in script namesEvgeny Egorochkin2016-01-10
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | release-notes: document $NIX_AUTO_RUN from #12000Vladimír Čunát2016-01-10
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #10996 from oxij/nixos-labelArseniy Seroka2016-01-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos: introduce system.nixosLabel support
| * | | | | | | nixos: introduce system.nixosLabel option and use it where appropriateJan Malakhovski2016-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting nixosVersion to something custom is useful for meaningful GRUB menus and /nix/store paths, but actuallly changing it rebulids the whole system path (because of `nixos-version` script and manual pages). Also, changing it is not a particularly good idea because you can then be differentitated from other NixOS users by a lot of programs that read /etc/os-release. This patch introduces an alternative option that does all you want from nixosVersion, but rebuilds only the very top system level and /etc while using your label in the names of system /nix/store paths, GRUB and other boot loaders' menus, getty greetings and so on.
| * | | | | | | nixos: cleanup version module, allow setting nixosVersion with env variableJan Malakhovski2015-11-12
| | | | | | | |
* | | | | | | | Merge branch 'kdenetwork-filesharing'Thomas Tuegel2016-01-08
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | nixos/kde5: install kio-extrasThomas Tuegel2016-01-08
| | | | | | | |
| * | | | | | | nixos/kde5: install kdenetwork-filesharing if Samba enabledThomas Tuegel2016-01-08
| | | | | | | |
* | | | | | | | consul service: add package optionNathan Zadoks2016-01-08
|/ / / / / / /
* | | | | | | Merge branch 'rm-notbit' of git://github.com/jgillich/nixpkgsShea Levy2016-01-07
|\ \ \ \ \ \ \
| * | | | | | | notbit: removed dead packageJakob Gillich2016-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Bitmessage protocol v3 became mandatory on 16 Nov 2014 and notbit does not support it, nor has there been any activity in the project repository since then.
* | | | | | | | Merge pull request #12198 from mayflower/remove-upstart-layerDaniel Peebles2016-01-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove upstart layer
| * | | | | | | | jobs -> systemd.servicesRobin Gloster2016-01-07
| | | | | | | | |
| * | | | | | | | fuppes: remove obsolete broken package and serviceRobin Gloster2016-01-07
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | linux: Make Unix domain sockets builtinEelco Dolstra2016-01-07
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hopefully fixes intermittent initrd failures where udevd cannot create a Unix domain socket: machine# running udev... machine# error getting socket: Address family not supported by protocol machine# error initializing udev control socket machine# error getting socket: Address family not supported by protocol The "unix" kernel module is supposed to be loaded automatically, and clearly that works most of the time, but maybe there is a race somewhere. In any case, no sane person would run a kernel without Unix domain sockets, so we may as well make it builtin. http://hydra.nixos.org/build/30001448
* | | | | | | nixos: tarsnap - make systemd timer persistentTanner Doshier2016-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A machine may not always be active (or online!) when a backup timer triggers, meaning backups can be missed - now we properly set the tarsnap timer's Persistent option so systemd will run the command even when the machine wasn't online at that exact time. However, we also need to make sure that we can contact the tarsnap server reliably before we start the backup. So, we attempt to ping the access endpoint in a loop with a sleep, before continuing. This fixes #8823. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | Merge pull request #12009 from mayflower/tinc-modulePeter Simons2016-01-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tinc module: Ed25519PrivateKeyFile, BindToAddress
| * | | | | | | tinc module: Ed25519PrivateKeyFile, listenAddressTristan Helmich2016-01-07
| | | | | | | |
* | | | | | | | Revert "nixos: tarsnap - separate archive cachedirs"Austin Seipp2016-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5f0253ace683bae4c7989f4db167676dd0a507e7. I didn't intend to push this - I meant to push it to *my fork's* remote...
* | | | | | | | nixos: tarsnap - separate archive cachedirsAustin Seipp2016-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tarsnap locks the cachedir during backup, meaning if you specify multiple backups with a shared cache that might overlap (for example, one backup may take an hour), secondary backups will fail. This isn't very nice behavior for the obvious reasons. This splits the cache dirs for each archive appropriately. Note that this will require a rebuild of your archive caches (although if you were only using one archive for your whole system, you can just move the directory). Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | | nixos: btsync - switch to using systemd user servicesAustin Seipp2016-01-07
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | nixos: btsync - add directoryRoot optionAustin Seipp2016-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | tests.ec2-config: fix to not try to talk to the internet (which breaks on Hydra)Dan Peebles2016-01-07
| | | | | | |
* | | | | | | security.audit: add NixOS moduleDan Peebles2016-01-07
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of the way towards #11864. We still don't have the auditd userland logging daemon, but journald also tracks audit logs so we can already use this.
* | | | | | wpa_supplicant service: Warn about plaintext keys in docsRobin Gloster2016-01-06
| | | | | |