Merge pull request #325697 from Pandapip1/envision-udev-rules
nixos/envision: Add udev rules
This commit is contained in:
commit
bed9309adc
@ -31,6 +31,14 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udev = {
|
||||||
|
enable = true;
|
||||||
|
packages = with pkgs; [
|
||||||
|
android-udev-rules
|
||||||
|
xr-hardware
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ cfg.package ];
|
environment.systemPackages = [ cfg.package ];
|
||||||
|
|
||||||
networking.firewall = lib.mkIf cfg.openFirewall {
|
networking.firewall = lib.mkIf cfg.openFirewall {
|
||||||
|
Loading…
Reference in New Issue
Block a user