Skip to content

Commit

Permalink
fix: udiskie breaks darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 7, 2023
1 parent 5435b5f commit d3f486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/suites/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in
};

services = {
udiskie = enabled;
udiskie.enable = pkgs.stdenv.isLinux;
};

security = {
Expand Down

0 comments on commit d3f486c

Please sign in to comment.