Merge pull request #325697 from Pandapip1/envision-udev-rules

nixos/envision: Add udev rules
This commit is contained in:
Aleksana 2024-07-11 21:36:57 +08:00 committed by GitHub
commit bed9309adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {