ghost: split config

This commit is contained in:
Leonardo Eugênio 2023-10-26 11:27:09 -03:00
parent b8081cf4c6
commit 884d02f003
10 changed files with 183 additions and 155 deletions

View file

@ -146,7 +146,7 @@
};
ghost = lib.nixosSystem {
inherit system specialArgs;
modules = [ ./hosts/ghost.nix ];
modules = [ ./hosts/ghost ];
};
};