hosts: delete ghost host

This commit is contained in:
Leonardo Eugênio 2024-03-29 01:06:59 -03:00
parent 4cd1e7cab1
commit d3f02f8762
12 changed files with 0 additions and 257 deletions

View file

@ -157,10 +157,6 @@
services.flatpak.enable = lib.mkOverride 0 false;
}];
};
ghost = lib.nixosSystem {
inherit system specialArgs;
modules = [ ./hosts/ghost ];
};
phantom = lib.nixosSystem {
inherit system specialArgs;
modules = [ ./hosts/phantom ];