Remove g810

This commit is contained in:
Dave Gallant
2021-02-28 14:15:38 -05:00
parent dbba14be0e
commit 6eed70811b
8 changed files with 3 additions and 128 deletions

View File

@@ -54,15 +54,5 @@
# Open ports in the firewall.
networking.firewall.enable = true;
systemd.services.g810-led = {
description = "Set Logitech G810 Led Profile";
serviceConfig = {
ExecStart = "${pkgs.g810-led}/bin/g810-led -p /etc/g610-led/profile";
Type = "oneshot";
};
wantedBy = [ "multi-user.target" ];
};
}