mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/udev: add enable option
This commit is contained in:
parent
8191089900
commit
7fe3f63da6
2 changed files with 7 additions and 2 deletions
|
@ -16,6 +16,9 @@ with lib;
|
|||
# Containers should be light-weight, so start sshd on demand.
|
||||
services.openssh.startWhenNeeded = mkDefault true;
|
||||
|
||||
# containers do not need to setup devices
|
||||
services.udev.enable = false;
|
||||
|
||||
# Shut up warnings about not having a boot loader.
|
||||
system.build.installBootLoader = lib.mkDefault "${pkgs.coreutils}/bin/true";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue