diff options
author | tv <tv@krebsco.de> | 2015-11-06 21:53:21 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-06 21:53:21 +0100 |
commit | 60408165c1257b62b6653dbabbd2bbc83e63b497 (patch) | |
tree | dc14a27a9475c197cf1b9a936f62b9d1e2c80ffd /tv/1systems/xu.nix | |
parent | 70633304f41e59afac971dbf9085b3129e2d4c5a (diff) |
tv: init user z
Diffstat (limited to 'tv/1systems/xu.nix')
-rw-r--r-- | tv/1systems/xu.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index e2cc2c0..eb8c7c7 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -30,6 +30,7 @@ with lib; ../2configs/git.nix ../2configs/mail-client.nix ../2configs/xserver + ../2configs/z.nix { environment.systemPackages = with pkgs; [ @@ -286,16 +287,6 @@ with lib; onion = { uid = 6660010; }; - - zalora = { - uid = 1000301; - extraGroups = [ - "audio" - # TODO remove vboxusers when hardening is active - "vboxusers" - "video" - ]; - }; }; security.sudo.extraConfig = |