Add linuxcnc-ethercat

This commit is contained in:
2023-09-27 18:09:55 +03:00
parent 0f4aac93fa
commit 184454b695
2 changed files with 26 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ in {
options.local.packages.linuxcnc.enable = lib.mkEnableOption "Enable linuxcnc";
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ linuxcnc ];
environment.systemPackages = with pkgs; [ linuxcnc linuxcnc-ethercat ];
security.wrappers = listToAttrs (map (f: {
name = f;