Remove PW05CH3L configuration
All checks were successful
/ check (push) Successful in 51s

This commit is contained in:
Oliver Davies 2025-08-18 09:05:07 +01:00
parent 54b49c07bb
commit e31e2d0048
6 changed files with 6 additions and 108 deletions

View file

@ -50,11 +50,6 @@
modules = [ config.flake.modules.nixos."nixosConfigurations/${hostname}" ];
};
PW05CH3L = mkNixosConfiguration rec {
hostname = "PW05CH3L";
modules = [ config.flake.modules.nixos."nixosConfigurations/${hostname}" ];
};
};
};
}