nixpkgs/nixos
Christian Albrecht 93965870a8 nixos/auditd: break ordering cycle (#27577)
auditd creates an ordering cycle by adding wantedBy = [ "basic.target" ],
because of this the job job systemd-update-utmp.service/start is deleted.

Adding unitConfig.DefaultDependencies = false; to the auditd service unbreaks the cycle.

See also #11864
2017-08-01 20:45:01 +01:00
..
doc/manual zfs, spl: 0.6.5.11 -> 0.7.0 2017-07-27 19:00:54 +02:00
lib make-ext4-fs: Fix modification timestamps in image 2017-07-29 22:03:43 +03:00
maintainers make-disk-image: change to be less VM-centric 2017-04-24 02:30:00 +00:00
modules nixos/auditd: break ordering cycle (#27577) 2017-08-01 20:45:01 +01:00
tests nixos/timezone: support imperative timezone configuration (#26608) 2017-07-31 15:55:24 +01:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos release-combined: only build zfsroot tests on x86_64-linux 2017-06-30 15:21:30 -04:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix snapper: add nixos module 2017-07-16 10:06:42 +01:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.