feat: upgrade ekman to new cluster structure

This commit is contained in:
Jonas Juselius
2025-09-23 13:40:16 +02:00
parent 46473c88dd
commit 96f8215c52
11 changed files with 44 additions and 89 deletions

View File

@@ -60,7 +60,7 @@ in {
mounts = {
rdma.enable = false;
automount.enable = true;
home = false;
users = false;
opt = false;
work = false;
data = false;
@@ -172,7 +172,7 @@ in {
imports = [
./hardware-configuration.nix
../cluster.nix
../default.nix
../mounts.nix
];
};