diff options
author | tv <tv@krebsco.de> | 2015-11-07 19:24:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-07 19:24:46 +0100 |
commit | 0f8539981b27ca15e7b2aa781cea167cb5204b1d (patch) | |
tree | 5d9027ecb3961831959f0fc086861e91909f4836 /tv/1systems/wu.nix | |
parent | 6a0685b3b685bdc21624f674c5bd6ba912fecbce (diff) | |
parent | f5e99acb83f469bd302e4c336edfa58320d60fc2 (diff) |
Merge remote-tracking branch 'nomic/master'
Diffstat (limited to 'tv/1systems/wu.nix')
-rw-r--r-- | tv/1systems/wu.nix | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index ee529f3..2c0098c 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -12,6 +12,7 @@ with lib; ../2configs/mail-client.nix ../2configs/xserver ../2configs/z.nix + ../2configs/sub/xr.nix { environment.systemPackages = with pkgs; [ @@ -120,6 +121,8 @@ with lib; #xkill #xl2tpd #xsel + + unison ]; } { @@ -234,14 +237,6 @@ with lib; ]; }; - xr = { - uid = 13370061; - extraGroups = [ - "audio" - "video" - ]; - }; - "23" = { uid = 13370023; }; |