added vnstat

This commit is contained in:
Alexander Szczepanski
2021-08-18 22:37:19 +02:00
parent 53a26d6a5e
commit b6ce0746e1
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,7 @@ in
environment.shells = with pkgs; [ bashInteractive zsh ];
services = {
vnstat.enable = true;
tuptime.enable = true;
vscode-server.enable = true;
openssh = {

View File

@ -43,7 +43,12 @@
bind.port = 8386;
host.address = "127.0.0.1";
host.port = 8384;
} ];
} {
bind.address = "127.0.0.1";
bind.port = 9092;
host.address = "127.0.0.1";
host.port = 9091;
}];
};
matchBlocks."nixos-vm" = {