1
0
Fork 0

[nix] Add distinct udev network rules for both machines

main
Sebastian Schulze 2022-07-29 08:56:50 +02:00
parent 6e4e1ab978
commit 5b336df9ce
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
services.udev.extraRules = ''
ACTION=="remove", ATTRS{idVendor}=="3297", RUN+="${pkgs.su}/bin/su bascht --shell ${pkgs.bash}/bin/bash /home/bascht/bin/thinkpad-dock", OWNER="bascht"
ACTION=="add", ATTRS{idVendor}=="3297", RUN+="${pkgs.su}/bin/su bascht --shell ${pkgs.bash}/bin/bash /home/bascht/bin/thinkpad-dock", OWNER="bascht"
'';
'' + builtins.readFile /etc/nixos/machine-udev-network.rules;
nixpkgs.config.joypixels.acceptLicense = true;