diff options
author | tv <tv@shackspace.de> | 2015-05-19 21:32:33 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-05-19 23:17:19 +0200 |
commit | 70924424419c490279ede9196caf859f96422da8 (patch) | |
tree | c90c9c86de4c6738e85af14329c19477b3a964a7 /modules/tv/users.nix | |
parent | e7aec739423ddf40d18870ae78371db6614fad41 (diff) |
tv users: add tief
Diffstat (limited to 'modules/tv/users.nix')
-rw-r--r-- | modules/tv/users.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/tv/users.nix b/modules/tv/users.nix index f42ba33c5..88f2b658e 100644 --- a/modules/tv/users.nix +++ b/modules/tv/users.nix @@ -55,6 +55,11 @@ let group = "tv-sub"; }; + tief = { + uid = 2300702; + group = "tv-sub"; + }; + btc-bitcoind = { uid = 2301001; group = "tv-sub"; |