mirror of
https://github.com/blahai/nyx.git
synced 2025-06-19 02:27:01 -04: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;
|
|
}
|