Bunch of naming

This commit is contained in:
2025-04-24 16:36:36 +02:00
parent b9d4c49d43
commit 8a425afdde
5 changed files with 12 additions and 130 deletions

View File

@@ -24,7 +24,7 @@
};
};
outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, nix-colors, stylix, nixos-cosmic, ... }:
outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, modulesPath, home-manager, nix-colors, stylix, nixos-cosmic, ... }:
let
system = "x86_64-linux";
overlay-unstable = final: prev: {
@@ -79,6 +79,16 @@
./hosts/ti-clt-dsk01
];
};
th-vrt-ctr01 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
/etc/nixos/configuration.nix
./hosts/th-vrt-ctr01
];
};
};
homeConfigurations = {