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" ]; }; }