nixos-module/server/defaults: install ipmitool

This commit is contained in:
Astro 2021-08-25 17:01:30 +02:00
parent 09b22cba21
commit 1d94fb4094
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
environment.systemPackages = with pkgs; [
wget vim git screen
ipmitool
];
services.openssh.enable = true;
services.openssh.permitRootLogin = "prohibit-password";