From 2b0319f5a520e17c4b5a34a8e0dcd0ea1c4067d2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 27 Jun 2023 07:17:13 +0100 Subject: [PATCH] Enable bluetooth for Vanguard --- hosts/Vanguard/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index 534e0de9..a2f4d6cf 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -16,6 +16,7 @@ hostName = "Vanguard"; # Define your hostname. nameservers = ["192.168.1.230" "9.9.9.9"]; }; + hardware.bluetooth.enable = true; system.autoUpgrade = { enable = true; flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";