This commit is contained in:
Tibo De Peuter 2023-03-24 22:14:57 +01:00
parent 16f489be0d
commit 1105a772fd

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 ];
}; };