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/1systems/cd.nix | |
| parent | f4f6ed72a6de75ae20ba5ec1388a8c71c5a124d8 (diff) | |
tv: remove legacy users
Diffstat (limited to 'tv/1systems/cd.nix')
| -rw-r--r-- | tv/1systems/cd.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 126c6fe..10c87b2 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -115,7 +115,6 @@ with lib; iftop iotop iptables - mutt # for mv nethogs ntp # ntpate rxvt_unicode.terminfo @@ -126,17 +125,4 @@ with lib; SystemMaxUse=1G RuntimeMaxUse=128M ''; - - users.extraUsers = { - mv = { - uid = 1338; - group = "users"; - home = "/home/mv"; - createHome = true; - useDefaultShell = true; - openssh.authorizedKeys.keys = [ - config.krebs.users.mv.pubkey - ]; - }; - }; } |
