add smart

This commit is contained in:
Cyryl Płotnicki 2020-01-18 13:12:02 +00:00
parent 96ff311243
commit e478c05f7a
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
{
sound.enable = true;
networking.networkmanager.enable = true;
services.smatrd.enable = true;
hardware.enableRedistributableFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
hardware.pulseaudio = {

View file

@ -7,6 +7,7 @@
networking.hosts = {
"172.23.223.219" = [ "brix.local" ];
"172.23.28.139" = [ "vultr1.local" ];
};
}