mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 20:05:10 +00:00
5 lines
163 B
Nix
5 lines
163 B
Nix
{lib, ...}: {
|
|
# a headless system should not mount any removable media
|
|
# without explicit user action
|
|
services.udisks2.enable = lib.modules.mkForce false;
|
|
}
|