refactor: Rename wano to water7
Forgot the actual name for the laptop aswell Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
787f493b11
commit
67e95027cc
4 changed files with 3 additions and 3 deletions
|
@ -17,10 +17,10 @@
|
|||
|
||||
outputs = { self, nixpkgs, ... }@inputs: {
|
||||
nixosConfigurations = {
|
||||
wano = nixpkgs.lib.nixosSystem {
|
||||
water7 = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
./hosts/wano/configuration.nix
|
||||
./hosts/water7/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue