diff options
author | tv <tv@krebsco.de> | 2015-11-07 19:24:25 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-07 19:24:25 +0100 |
commit | f5e99acb83f469bd302e4c336edfa58320d60fc2 (patch) | |
tree | 0b844c6a7519023a988c73fc3dee9c811f8c2d11 /tv/1systems/xu.nix | |
parent | 3c093a2196c7da4d455cc1c2320891260cd99883 (diff) |
tv: mv user xr to sub
Diffstat (limited to 'tv/1systems/xu.nix')
-rw-r--r-- | tv/1systems/xu.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 20e0e96..57f318a 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -15,6 +15,7 @@ with lib; ../2configs/mail-client.nix ../2configs/xserver ../2configs/z.nix + ../2configs/sub/xr.nix { environment.systemPackages = with pkgs; [ @@ -239,14 +240,6 @@ with lib; ]; }; - xr = { - uid = 13370061; - extraGroups = [ - "audio" - "video" - ]; - }; - "23" = { uid = 13370023; }; |