Skip to content

Commit

Permalink
WIP: Move musnix to yui-specific modules
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Feb 23, 2024
1 parent 6bc8481 commit fc1b56d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nixos-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
../modules
];

musnix = {
enable = true;
soundcardPciId = "09:00.4";
};

nix = {
package = pkgs.nixFlakes;

Expand Down
5 changes: 5 additions & 0 deletions nixos-config/yui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ in {

fileSystems."/nix".options = ["defaults" "noatime"];

musnix = {
enable = true;
soundcardPciId = "09:00.4";
};

# Fix broken suspend on b550i motherboard
#
# The rule is a bit overzealous, as it disables wake from *either*
Expand Down

0 comments on commit fc1b56d

Please sign in to comment.