refactor: Rename egghead to skypiea
Forgot the actual name for my gamingpc was skypiea lol Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
625240b8c6
commit
8f07bcd562
4 changed files with 3 additions and 3 deletions
|
@ -26,10 +26,10 @@
|
|||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
egghead = nixpkgs.lib.nixosSystem {
|
||||
skypiea = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/egghead/configuration.nix
|
||||
./hosts/skypiea/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue