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

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