fixed attrs for hosts besides Lenni

This commit is contained in:
willifan 2024-10-06 16:14:03 +02:00
parent c8a3355599
commit 2e788cf8c5

View file

@ -89,6 +89,7 @@
type = "desktop"; type = "desktop";
inherit pkgs; inherit pkgs;
inherit pkgs-stable; inherit pkgs-stable;
inherit attrs;
inherit system; inherit system;
}; };
@ -121,6 +122,7 @@
type = "server"; type = "server";
inherit pkgs; inherit pkgs;
inherit pkgs-stable; inherit pkgs-stable;
inherit attrs;
inherit system; inherit system;
}; };