Added orca slicer

This commit is contained in:
willifan 2024-08-13 11:29:46 +02:00
parent 8a861f0423
commit b93e1002b5
3 changed files with 5 additions and 1 deletions

View file

@ -46,6 +46,7 @@
specialArgs = {
hostname = "Lenni";
type = "desktop";
inherit pkgs;
inherit pkgs-unstable;
inherit system;
};
@ -72,6 +73,7 @@
specialArgs = {
hostname = "Puenktchen";
type = "desktop";
inherit pkgs;
inherit pkgs-unstable;
inherit system;
};
@ -101,6 +103,7 @@
specialArgs = {
hostname = "Anton";
type = "server";
inherit pkgs;
inherit pkgs-unstable;
inherit system;
};