diff options
author | tv <tv@krebsco.de> | 2015-05-19 21:32:33 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-05-19 23:17:19 +0200 |
commit | 4b57b58b5d3a551a4fad20a41bc3f6208307fd47 (patch) | |
tree | c90c9c86de4c6738e85af14329c19477b3a964a7 /modules | |
parent | 1537fc0fd517bfbebf59caef992808ecade854df (diff) |
tv users: add tief
Diffstat (limited to 'modules')
-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 f42ba33..88f2b65 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"; |