Server7/ncdc: colllect statistics

This commit is contained in:
Ehmry - 2020-01-26 18:14:01 +01:00
parent 83c0090ab9
commit c96d71e06a
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@ name:
in {
imports = [ ../inner-defaults.nix ../../../../lib/yggdrasil-hq.nix ];
c3d2.users.k-ot = true;
c3d2 = {
users.k-ot = true;
hq.statistics.enable = true;
};
services.openssh.enable = true;
programs.mosh.enable = true;