diff options
author | tv <tv@shackspace.de> | 2015-11-07 19:24:46 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-07 19:24:46 +0100 |
commit | a1c3f26b040ee1919c24491f4f3cb3a6e895fbce (patch) | |
tree | 5008ffe89bf2b2c7a7bf0e0c45ca984f9753dec4 /tv/1systems/xu.nix | |
parent | bbcdef021a9197ff4b6ae597600b649b9a7b998b (diff) | |
parent | e35e3b5eb05cea1e3c033423c2f6ee4e0a511817 (diff) |
Merge remote-tracking branch 'nomic/master'
Diffstat (limited to 'tv/1systems/xu.nix')
-rw-r--r-- | tv/1systems/xu.nix | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 32688aaed..57f318ad0 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -5,6 +5,9 @@ with lib; { krebs.build.host = config.krebs.hosts.xu; + krebs.build.source.git.nixpkgs.rev = + "7ae05edcdd14f6ace83ead9bf0d114e97c89a83a"; + imports = [ ../2configs/hw/x220.nix #../2configs/consul-client.nix @@ -12,6 +15,7 @@ with lib; ../2configs/mail-client.nix ../2configs/xserver ../2configs/z.nix + ../2configs/sub/xr.nix { environment.systemPackages = with pkgs; [ @@ -236,14 +240,6 @@ with lib; ]; }; - xr = { - uid = 13370061; - extraGroups = [ - "audio" - "video" - ]; - }; - "23" = { uid = 13370023; }; |