changes proposed for 13-10 update

One feature change: polkit update 8d14c7ba
This commit is contained in:
Vladimír Čunát
2013-11-09 18:41:42 +01:00
18 changed files with 434 additions and 101 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
tape = 25;
video = 26;
dialout = 27;
polkituser = 28;
#polkituser = 28; # currently unused, polkitd doesn't need a group
utmp = 29;
davfs2 = 31;
privoxy = 32;
+1 -1
View File
@@ -33,7 +33,7 @@ with pkgs.lib;
system.defaultChannel = mkOption {
internal = true;
type = types.str;
default = https://nixos.org/channels/nixos-unstable;
default = https://nixos.org/channels/nixos-13.10;
description = "Default NixOS channel to which the root user is subscribed.";
};