add host haze base nixos config

This commit is contained in:
2025-02-10 23:25:25 +01:00
parent 4292814f4c
commit a47014b41a
10 changed files with 208 additions and 0 deletions

View File

@@ -15,6 +15,19 @@
{
nixosConfigurations = {
# VivoBook laptop
haze = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
inherit (import ./parts) keys;
};
system = "x86_64-linux";
modules = [
./hosts/haze
./system
];
};
# Hetzner VPS
crocus = nixpkgs.lib.nixosSystem {
specialArgs = {