Added orca slicer
This commit is contained in:
parent
8a861f0423
commit
b93e1002b5
3 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue