Fix typo
This commit is contained in:
parent
16f489be0d
commit
1105a772fd
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue