add wohnzimmer config

This commit is contained in:
Stefan Kempinger 2026-01-23 19:27:08 +01:00
parent 52d1afb99e
commit aa39640f0a
3 changed files with 200 additions and 0 deletions

View file

@ -47,6 +47,12 @@
];
specialArgs = { inherit inputs; };
};
wohnzimmer = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./wohnzimmer/configuration.nix
];
};
};
};
}