nix-configurations/hosts/m3-nix/services/udev.nix

7 lines
58 B
Nix
Raw Normal View History

2023-04-06 15:12:19 +00:00
{ pkgs, ... }:
2022-12-31 12:07:15 +00:00
{
services.udev.extraRules = ''
'';
}