summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* polkit: Remove unnecessary restartEelco Dolstra2014-04-28
| | | | There already is a restart trigger that takes care of this.
* wpa_supplicant: Restart when wlan devices (dis)appearEelco Dolstra2014-04-28
|
* cpufreq: Don't fail if the CPU doesn't support frequency settingEelco Dolstra2014-04-28
|
* gpm: Depend on /dev/input/miceEelco Dolstra2014-04-28
|
* Fix EC2 creation script for latest nixopsRob Vermaas2014-04-28
| | | | (cherry picked from commit 361eb3a5f50aba4ecfe08bf37640179dfc2e6453)
* Bump some mentions of 13.10Eelco Dolstra2014-04-28
|
* Update release notesEelco Dolstra2014-04-28
|
* polkit: Restart using systemctlEelco Dolstra2014-04-28
| | | | | The use of pkill is now particularly bad due to containers (it might kill processes in containers).
* Revert "Don't mount /sys/fs/fuse/connections and /sys/kernel/config"Eelco Dolstra2014-04-28
| | | | | | This reverts commit 6eaced35820f4c575dd545fb721abd74f248c8cb. Doesn't work very well, e.g. if you actually have the FUSE module loaded. And in any case it's already fixed in NixOps.
* switch-to-configuration: Use old systemctl to stop unitsEelco Dolstra2014-04-28
| | | | | | | | Otherwise, when switching from systemd 203 to 212, you get errors like: Failed to stop remote-fs.target: Bad message Failed to stop systemd-udevd-control.socket: Bad message ...
* Don't mount /sys/fs/fuse/connections and /sys/kernel/configEelco Dolstra2014-04-28
| | | | | | | These fail to mount if you don't have the appropriate kernel support, and this confuses NixOps' ‘check’ command. We should teach NixOps not to complain about non-essential mount points, but in the meantime it's better to turn them off.
* Make gnome3 test as release criticalDomen Kožar2014-04-26
|
* switch-to-configuration: Use systemctl's --no-legend flagEelco Dolstra2014-04-25
|
* Give the KDE test more memoryEelco Dolstra2014-04-25
|
* Make some tests release-criticalEelco Dolstra2014-04-25
|
* Fix ‘nixos-container run’Eelco Dolstra2014-04-25
| | | | | | | | By default, socat only waits 0.5s for the remote side to finish after getting EOF on the local side. So don't close the local side, instead wait for socat to exit when the remote side finishes. http://hydra.nixos.org/build/10663282
* nixos: only enable spipe when user specifiesAustin Seipp2014-04-25
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* UrghEelco Dolstra2014-04-25
| | | | | | Can't figure out why "hostname -s" keeps failing randomly :-( http://hydra.nixos.org/build/10662142
* cups: Add a listenAddresses optionEelco Dolstra2014-04-25
|
* Manual: Don't include the platform type of the host systemEelco Dolstra2014-04-25
| | | | | | This causes unnecessary rebuilds of the manual. http://hydra.nixos.org/build/10662170
* Make nscd startup synchronousEelco Dolstra2014-04-24
| | | | | | | Nscd forks into the background before it's ready to accept connections. So explicitly wait until it's ready. http://hydra.nixos.org/build/10661767
* cups: Start after network.targetEelco Dolstra2014-04-24
| | | | http://hydra.nixos.org/build/10661709
* Remove outdated remarkEelco Dolstra2014-04-24
|
* Try againEelco Dolstra2014-04-24
|
* Fix simpleTest functionEelco Dolstra2014-04-24
|
* Make the misc test a bit more robustEelco Dolstra2014-04-24
|
* dhcpcd: Fix segfaultsEelco Dolstra2014-04-24
| | | | | | | | | | | | | | This fixes several problems in the dhcpcd service: * A segfault during startup, due to a race with udev (dhcpcd would get an ADD event from udev, causing it to re-add an interface that it already had, leading to a segfault later on). * A hang/segfault processing "dhcpcd rebind" (which NixOS calls after waking up from suspend). Also, add "lo" to the list of ignored interfaces. It usually ignores "lo", but apparently not when it gets an ADD event from udev.
* Remove some dead codeEelco Dolstra2014-04-24
|
* Don't create world-readable swapfilesEelco Dolstra2014-04-24
|
* Merge pull request #2315 from lethalman/gnome3Domen Kožar2014-04-24
|\ | | | | gedit, libmediaart, fix xdg-user-dirs, enable GI in grilo, prioritize nautilus mimetype, seahorse, gnome-music, glade, gnome-documents
| * gnome-documents: new packageLuca Bruno2014-04-22
| | | | | | | | | | | | Document manager application designed to work with GNOME 3 https://wiki.gnome.org/Apps/Documents
| * gnome-online-miners: new packageLuca Bruno2014-04-22
| | | | | | | | | | | | A set of crawlers that go through your online content and index them locally in Tracker https://wiki.gnome.org/Projects/GnomeOnlineMiners
| * gnome-music: new packageLuca Bruno2014-04-22
| | | | | | | | | | | | Music player and management application for the GNOME desktop environment https://wiki.gnome.org/Apps/Music
| * seahorse: new packageLuca Bruno2014-04-22
| | | | | | | | | | | | Application for managing encryption keys and passwords in the GnomeKeyring https://wiki.gnome.org/Apps/Seahorse
| * gnome3: prioritize nautilus when opening inode/directoryLuca Bruno2014-04-22
| |
| * gedit: new packageLuca Bruno2014-04-22
| | | | | | | | | | | | Official text editor of the GNOME desktop environment https://wiki.gnome.org/Apps/Gedit
* | Fixing evaluation of misc/version.nixOliver Charles2014-04-23
| |
* | Update versionShea Levy2014-04-23
| |
* | spl, zfs: Add git versions, based on recent commitsRicardo M. Correia2014-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | Upstream has not been tagging new versions for a long time, but we need compatibility with newer kernels. The 0.6.2 versions already have a bunch of backported compatibility patches, but 3.14 kernels need even more. Also, the git versions have fixed a bunch of crashes and other bugs, so perhaps we should just bite the bullet and just use recent git versions (as sometimes upstream recommends, when people run into bugs). This adds a new "boot.zfs.useGit" boolean option, so that a user can easily opt into using the git versions.
* | Turn assertion about oneshot services into a warningEelco Dolstra2014-04-22
|/
* nixos: evaluate assertions at toplevel, not at systemPackagesShea Levy2014-04-22
| | | | Fixes #2340
* sshd: Add support for socket activationEelco Dolstra2014-04-22
| | | | | | | | | By enabling ‘services.openssh.startWhenNeeded’, sshd is started on-demand by systemd using socket activation. This is particularly useful if you have a zillion containers and don't want to have sshd running permanently. Note that socket activation is not noticeable slower, contrary to what the manpage for ‘sshd -i’ says, so we might want to make this the default one day.
* sshd: Always start a sessionEelco Dolstra2014-04-22
| | | | | | Partially reverts 70a4c7b1dfdb238d3729c3f71127538943a43afd. Whether to start a session is independent of whether we're running in a container.
* dbus: Use upstream unitsEelco Dolstra2014-04-22
|
* Ignore *.wants in systemd.packages for nowEelco Dolstra2014-04-22
|
* openvpn: Add systemd startup notificationEelco Dolstra2014-04-22
| | | | | | | | | | | | | This causes OpenVPN services to reach the "active" state when the VPN connection is up (i.e., after OpenVPN prints "Initialization Sequence Completed"). This allows units to be ordered correctly after openvpn-* units, and makes systemctl present a password prompt: $ start openvpn-foo Enter Private Key Password: ************* (I first tried to implement this by calling "systemd-notify --ready" from the "up" script, but systemd-notify is not reliable.)
* Revert "Merge branch 'dbus-switch-to-configuration'"Shea Levy2014-04-21
| | | | | | | | This seems to have combined badly with the systemd upgrade, we'll revert for now and revisit after the 14.04 branch. This reverts commit ad80532881119b642d63c7d126e46f4e26cdb0be, reversing changes made to 1c5d3c78831b5d1aee3b46c2e5cabe7af14bc1d1.
* pulseaudio module: Use pid-file for system-wide daemon, add loglevel optionRickard Nilsson2014-04-21
|
* rtkit: Update from 0.10 to 0.11Rickard Nilsson2014-04-21
|
* nixos/tests/avahi: Fix race condition on mDNS testRicardo M. Correia2014-04-21
|