diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-22 22:39:18 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-22 22:52:11 +0530 |
commit | 53cf883d602d21ab1cdb4e127a64f1e9f7e350ff (patch) | |
tree | b7c1ce45cd421c739537b8bffd985c2dee4aec77 /os | |
parent | 3eb462c992e9612e3571b17269dda290f391cda6 (diff) |
flake: bump lock, linux 6.10
Diffstat (limited to 'os')
-rw-r--r-- | os/cez/configuration.nix | 2 | ||||
-rw-r--r-- | os/pc/configuration.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/os/cez/configuration.nix b/os/cez/configuration.nix index 655ff8b..b39f6e6 100644 --- a/os/cez/configuration.nix +++ b/os/cez/configuration.nix @@ -7,7 +7,7 @@ ./modules/tlp.nix ]; - sound.extraConfig = '' + environment.etc."asound.conf".text = '' defaults.pcm.card 1 defaults.ctl.card 1 ''; diff --git a/os/pc/configuration.nix b/os/pc/configuration.nix index 4cd3a62..e865580 100644 --- a/os/pc/configuration.nix +++ b/os/pc/configuration.nix @@ -15,7 +15,6 @@ in { kernelPackages = pkgs.linuxPackages_latest; }; - sound.enable = true; services.pipewire = { enable = true; pulse.enable = true; |