From e478c05f7af03ad2f7bf887293049a185f34ebcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 18 Jan 2020 13:12:02 +0000 Subject: [PATCH] add smart --- nixos/common-hardware.nix | 1 + nixos/zerotier.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nixos/common-hardware.nix b/nixos/common-hardware.nix index 7c325890..2bf82ecb 100644 --- a/nixos/common-hardware.nix +++ b/nixos/common-hardware.nix @@ -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 = { diff --git a/nixos/zerotier.nix b/nixos/zerotier.nix index 92ac5d4d..40cc6f25 100644 --- a/nixos/zerotier.nix +++ b/nixos/zerotier.nix @@ -7,6 +7,7 @@ networking.hosts = { "172.23.223.219" = [ "brix.local" ]; + "172.23.28.139" = [ "vultr1.local" ]; }; }