From f97f95e93f5d619b69bd40975899a2c44f3e4937 Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Sun, 23 Jun 2024 05:22:07 -0700 Subject: [PATCH] updated system config --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 1e5f494..2d0f167 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,6 +9,9 @@ }: { nixpkgs.config.allowUnfree = true; + services.blueman.enable = true; + hardware.bluetooth.enable = true; + systemd.timers.duckdns = { wantedBy = ["timers.target"]; timerConfig = {