mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Merge pull request #197870 from SuperSandro2000/udev-enable
This commit is contained in:
commit
00bde1ac69
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