aboutsummaryrefslogtreecommitdiff
path: root/hosts/sound.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-05 20:12:56 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-05 20:12:56 -0700
commitf3657271d6ea2408d812d32eea9862b61e49f5d8 (patch)
treec6ea56f0616174024c7293ce032b7adacf7ea884 /hosts/sound.nix
parentrefactor security to a module (diff)
downloadinfra-f3657271d6ea2408d812d32eea9862b61e49f5d8.tar.gz
refactor network configuration
Diffstat (limited to 'hosts/sound.nix')
-rw-r--r--hosts/sound.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/sound.nix b/hosts/sound.nix
deleted file mode 100644
index 947f9cd..0000000
--- a/hosts/sound.nix
+++ /dev/null
@@ -1 +0,0 @@
-{ ... }: { my.hardware.sound = { pipewire = { enable = true; }; }; }