mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 20:25:10 +00:00
6 lines
163 B
Nix
6 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;
|
||
|
}
|