mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/envision: Add udev rules
This commit is contained in:
parent
142b2cda43
commit
e3e16de910
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.udev = {
|
||||
enable = true;
|
||||
packages = with pkgs; [
|
||||
android-udev-rules
|
||||
xr-hardware
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
|
||||
networking.firewall = lib.mkIf cfg.openFirewall {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue