From 63519931bf6b41dde47a19a89b475028cff2b302 Mon Sep 17 00:00:00 2001 From: Morgan Helton Date: Sun, 21 Jul 2024 14:08:05 -0500 Subject: [PATCH] gaia1: remove sound.enable --- hosts/gaia/gaia1.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/gaia/gaia1.nix b/hosts/gaia/gaia1.nix index 4a3a69a..bd2c0bd 100644 --- a/hosts/gaia/gaia1.nix +++ b/hosts/gaia/gaia1.nix @@ -29,8 +29,6 @@ in networking.hostName = "gaia1"; - sound.enable = true; - # tailscale sops.secrets.ts_key = { sopsFile = ../../secrets/tailscale.yaml;