summary refs log tree commit diff
path: root/nixos/modules/system
Commit message (Collapse)AuthorAge
* Merge pull request #5507 from DamienCassou/systemd-user-timersEelco Dolstra2014-12-30
|\ | | | | Add systemd.user.timers
| * Add systemd.user.timersDamien Cassou2014-12-30
| |
* | Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
| |
* | gummiboot-builder.py: run nix with no build-users-groupShea Levy2014-12-29
| | | | | | | | | | | | | | | | | | During install, the bootloader script gets run inside a chroot after the /etc/group bind-mount is unmounted. Since we're not doing any building, this should be safe, but really nix should just not care if the group does not exist when no build is needed. Fixes #5494
* | Eradicate gzip -9 without -nAlexander Kjeldaas2014-12-28
| |
* | TypoEelco Dolstra2014-12-19
| |
* | Shut up a warning from udevEelco Dolstra2014-12-19
| | | | | | | | Issue #5260.
* | switch-to-configuration: Ignore slice unitsEelco Dolstra2014-12-18
|/
* nixos/modules/system/boot/luksroot.nix: hyperlinkify an URL in the documentationPeter Simons2014-12-15
|
* Fix ANSI escape in warning messagesEelco Dolstra2014-12-15
| | | | Seems to have been broken by accident in 7d1ddae58e465a1708967c9fee651c33819969c6.
* nixos: check resumeDevice is absolute path and documentVladimír Čunát2014-12-12
| | | | | | | Fixes #5219 after merging #4995. (cherry picked from commit 0681d61c3730c686548df3af9a7dc1a59abaf371) Signed-off-by: Domen Kožar <domen@dev.si>
* nixos/systemd: ignore null environment optionsJaka Hudoklin2014-12-07
|
* nixos: iPXE client for GRUBEmery Hemingway2014-12-04
| | | | fix bug in grub/install-grub.pl that would replace @bootRoot@ with an invalid string
* nixos: Add network-pre.target and adjust firewall start orderingWilliam A. Kennington III2014-12-01
|
* nixos/nfs: Fix dependency orderingWilliam A. Kennington III2014-12-01
|
* nixos/networking: Fix more harmless errorsWilliam A. Kennington III2014-12-01
|
* nixos/networking: More fixesWilliam A. Kennington III2014-11-29
|
* nixos/networking: FixesWilliam A. Kennington III2014-11-26
|
* nixos/systemd: ip-up and network-online targets should come after ↵William A. Kennington III2014-11-26
| | | | networkd-wait-online
* nixos/network-interfaces: Provide a networkd implementationWilliam A. Kennington III2014-11-26
|
* systemd-network: Add assertions for user clarityWilliam A. Kennington III2014-11-26
|
* systemd: Enable more network servicesWilliam A. Kennington III2014-11-26
|
* systemd: Add ability to define networksWilliam A. Kennington III2014-11-26
|
* stage-1: fix hibernation for device node symlinksNikolay Amiantov2014-11-15
| | | | closes #4995
* Merge branch 'staging'Eelco Dolstra2014-11-14
|\
| * Merge branch 'master' into stagingVladimír Čunát2014-11-14
| |\ | | | | | | | | | | | | Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh
| * | Fix /dev/root udev rule in the ISOEelco Dolstra2014-11-11
| | |
| * | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-11-11
| |\ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/boost/generic.nix
| * \ \ Merge branch 'master' into stagingLuca Bruno2014-11-10
| |\ \ \
| * \ \ \ Merge recent master into stagingVladimír Čunát2014-11-05
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nixpkgs Hydra: ?compare=1157272 TODO: port e22889064f82be3 Conflicts: nixos/tests/gnome3_10.nix (auto-solved) pkgs/applications/video/aegisub/default.nix pkgs/development/libraries/boost/1.55.nix
| * \ \ \ \ Merge recent master into stagingVladimír Čunát2014-10-23
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1156478
| * | | | | | nixos: fix two pipefail problemsVladimír Čunát2014-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It failed since 3c6efec2c09, i.e. #4453. Now it should "work" the same as before.
| * | | | | | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-16
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/poppler/default.nix
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-07
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libav/default.nix pkgs/shells/bash/bash-4.2-patches.nix pkgs/stdenv/generic/default.nix
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-09-18
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/systemd-216' into stagingEelco Dolstra2014-09-08
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into systemd-216Eelco Dolstra2014-09-02
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | systemd: Update to 216Eelco Dolstra2014-08-23
| | | | | | | | | | | |
* | | | | | | | | | | | some typosRene Donner2014-11-14
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4807 from wizeman/u/zfs-improvementswmertens2014-11-13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ZFS improvements
| * | | | | | | | | | | nixos: Add system-wide option to set the hostidRicardo M. Correia2014-11-12
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old boot.spl.hostid option was not working correctly due to an upstream bug. Instead, now we will create the /etc/hostid file so that all applications (including the ZFS kernel modules, ZFS user-space applications and other unrelated programs) pick-up the same system-wide host id. Note that glibc (and by extension, the `hostid` program) also respect the host id configured in /etc/hostid, if it exists. The hostid option is now mandatory when using ZFS because otherwise, ZFS will require you to force-import your ZFS pools if you want to use them, which is undesirable because it disables some of the checks that ZFS does to make sure it is safe to import a ZFS pool. The /etc/hostid file must also exist when booting the initrd, before the SPL kernel module is loaded, so that ZFS picks up the hostid correctly. The complexity in creating the /etc/hostid file is due to having to write the host ID as a 32-bit binary value, taking into account the endianness of the machine, while using only shell commands and/or simple utilities (to avoid exploding the size of the initrd).
* / | | | | | | | | | Fix init= stage 1 testShea Levy2014-11-12
|/ / / / / / / / / /
* | | | | | | | | | nixos: move bcache udev rule in a new bcache.nix moduleLuca Bruno2014-11-10
| | | | | | | | | |
* | | | | | | | | | nixos: Add boot.initrd.extraUdevRulesCommandsLuca Bruno2014-11-10
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | nixos-rebuild: reload dbus before starting other units. Closes #4546Luca Bruno2014-11-08
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | stage-1: add bcache supportNikolay Amiantov2014-11-02
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds necessary udev rule into initrd to support autodetecting bcache partitions in stage-1. It also fixes 'sh' path for the new rule to work.
* | | | | | | nixos/systemd: Also escape \ charactersWilliam A. Kennington III2014-10-19
| | | | | | |
* | | | | | | systemd: replace @ when generating unit command nameDomen Kožar2014-10-19
| | | | | | |
* | | | | | | systemd: include name of the unit when generating nix store pathDomen Kožar2014-10-19
| |_|_|_|_|/ |/| | | | |
* | | | | | Create a udev rule for /dev/rootEelco Dolstra2014-10-10
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the installation CD, this ensures that systemd will see a proper udev node for /dev/root. Fixes #4399. Borrowed from http://lists.freedesktop.org/archives/systemd-devel/2014-July/020988.html