Add to module
This commit is contained in:
@@ -6,7 +6,7 @@ in {
|
|||||||
options.local.packages.linuxcnc.enable = lib.mkEnableOption "Enable linuxcnc";
|
options.local.packages.linuxcnc.enable = lib.mkEnableOption "Enable linuxcnc";
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [ linuxcnc linuxcnc-ethercat ];
|
environment.systemPackages = with pkgs; [ linuxcnc linuxcnc-ethercat hal-cia402 ];
|
||||||
|
|
||||||
security.wrappers = listToAttrs (map (f: {
|
security.wrappers = listToAttrs (map (f: {
|
||||||
name = f;
|
name = f;
|
||||||
|
|||||||
Reference in New Issue
Block a user