renaming machines for clarity

This commit is contained in:
2025-07-13 16:59:29 +02:00
parent 52685ee8d5
commit cef90a81a3
32 changed files with 355 additions and 182 deletions

View File

@@ -23,15 +23,14 @@
# get these into the module system
specialArgs = {inherit inputs self userConfig systemConfig hostConfig cnstConfig toothpickConfig umodPath smodPath;};
in {
cnixtop = nixosSystem {
kima = nixosSystem {
inherit specialArgs;
modules = [
./cnixtop
./kima
"${self}/nix"
{
home-manager = {
users.cnst.imports = homeImports."cnst@cnixtop";
users.cnst.imports = homeImports."cnst@kima";
extraSpecialArgs = specialArgs;
};
}
@@ -41,14 +40,14 @@
inputs.agenix.nixosModules.default
];
};
cnixpad = nixosSystem {
bunk = nixosSystem {
inherit specialArgs;
modules = [
./cnixpad
./bunk
"${self}/nix"
{
home-manager = {
users.cnst.imports = homeImports."cnst@cnixpad";
users.cnst.imports = homeImports."cnst@bunk";
extraSpecialArgs = specialArgs;
};
}
@@ -57,14 +56,14 @@
inputs.agenix.nixosModules.default
];
};
cnixlab = nixosSystem {
sobotka = nixosSystem {
inherit specialArgs;
modules = [
./cnixlab
./sobotka
"${self}/nix"
{
home-manager = {
users.cnstlab.imports = homeImports."cnstlab@cnixlab";
users.cnst.imports = homeImports."cnst@sobotka";
extraSpecialArgs = specialArgs;
};
}