hosts: add ghost
This commit is contained in:
parent
152344a801
commit
9c1709c039
5 changed files with 113 additions and 1 deletions
|
@ -138,6 +138,10 @@
|
|||
services.flatpak.enable = lib.mkOverride 0 false;
|
||||
}];
|
||||
};
|
||||
ghost = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [ ./hosts/ghost.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations.lelgenio = home-manager.lib.homeManagerConfiguration {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue