1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

nixos/envision: Add udev rules

This commit is contained in:
Gavin John 2024-07-08 22:19:59 -04:00 committed by Gavin John
parent 142b2cda43
commit e3e16de910

View file

@ -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 {