working minimal version

This commit is contained in:
2026-07-29 14:10:32 +01:00
parent 072d97d290
commit b4e4de4cc8
8 changed files with 12 additions and 82 deletions

View File

@@ -3,6 +3,6 @@
networking = {
hostName = "mobile02";
};
imports = [./hardware-configuration.nix];
imports = [./_hardware-configuration.nix];
};
}