minor refactoring for workstation. needs work on laptop probably

This commit is contained in:
Markus Heurung 2024-04-11 18:02:41 +02:00
parent 2483443d57
commit 047b071656
6 changed files with 191 additions and 2 deletions

View file

@ -32,11 +32,18 @@
pkgs = nixpkgs.legacyPackages.${system};
in {
nixosConfigurations = {
cube = lib.nixosSystem {
inherit system;
modules = [
./hosts/cube.nix
inputs.sops-nix.nixosModules.sops
];
};
muhhStar = lib.nixosSystem {
inherit system;
modules = [
inputs.sops-nix.nixosModules.sops
./configuration.nix
./hosts/muhhStar.nix
];
};
};