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/wu.nix | |
parent | bbcdef021a9197ff4b6ae597600b649b9a7b998b (diff) | |
parent | e35e3b5eb05cea1e3c033423c2f6ee4e0a511817 (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 ee529f3dc..2c0098c1c 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; }; |