diff options
| author | tv <tv@krebsco.de> | 2015-11-08 11:53:29 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-11-08 11:53:29 +0100 |
| commit | daa3a1eb44e77f3c8743ce90fc2d3a2adaa28745 (patch) | |
| tree | 82af46c2cf194c254053fa8510e59ebc2ba3b32b /tv/2configs/sub/xr.nix | |
| parent | f4f6ed72a6de75ae20ba5ec1388a8c71c5a124d8 (diff) | |
tv: remove legacy users
Diffstat (limited to 'tv/2configs/sub/xr.nix')
| -rw-r--r-- | tv/2configs/sub/xr.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tv/2configs/sub/xr.nix b/tv/2configs/sub/xr.nix deleted file mode 100644 index 6c9cbb9..0000000 --- a/tv/2configs/sub/xr.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ config, lib, pkgs, ... }: - -with lib; - -{ - krebs.per-user.xr.packages = [ - pkgs.cr - ]; - - security.sudo.extraConfig = "tv ALL=(xr) NOPASSWD: ALL"; - - users.users.xr = { - extraGroups = [ - "audio" - "video" - ]; - group = "subusers"; - home = "/home/xr"; - uid = 1660006127; # genid xr - useDefaultShell = true; - }; -} |
