This commit is contained in:
Tibo De Peuter 2023-03-24 22:14:57 +01:00 committed by Tibo De Peuter
parent 8d0cc90276
commit 91b26ee4f6

View file

@ -50,7 +50,7 @@
inherit system; inherit system;
modules = [ ./hosts/Tibo-NixFat ]; modules = [ ./hosts/Tibo-NixFat ];
}; };
Tibo-NixTest = nixpkgs.lib.nixossSytem { Tibo-NixTest = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
modules = [ ./hosts/Tibo-NixTest ]; modules = [ ./hosts/Tibo-NixTest ];
}; };