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

@@ -6,7 +6,6 @@
extraSpecialArgs = {inherit inputs self;};
sharedImports = [
# ./etc
"${self}/scripts"
inputs.nvf.homeManagerModules.default
self.nixosModules.home
@@ -14,20 +13,20 @@
];
homeImports = {
"cnst@cnixtop" =
"cnst@kima" =
sharedImports
++ [
./cnst
];
"cnst@cnixpad" =
"cnst@bunk" =
sharedImports
++ [
./cnst
];
"cnstlab@cnixlab" =
"cnst@sobotka" =
sharedImports
++ [
./cnstlab
./cnst
];
"toothpick@toothpc" =
sharedImports