mirror of
https://github.com/blahai/nyx.git
synced 2025-06-26 01:17:01 -04:00
too much shit idek anymore
This commit is contained in:
parent
14843ef945
commit
bc82345beb
63 changed files with 1759 additions and 346 deletions
5
modules/profiles/headless/services.nix
Normal file
5
modules/profiles/headless/services.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{lib, ...}: {
|
||||
# a headless system should not mount any removable media
|
||||
# without explicit user action
|
||||
services.udisks2.enable = lib.modules.mkForce false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue