revert machine_id pull request

This commit is contained in:
Qubasa
2024-09-06 21:38:50 +02:00
parent 76541043a7
commit 323010bb04
27 changed files with 46 additions and 217 deletions

View File

@@ -8,13 +8,7 @@ let
self.nixosModules.clanCore
# This is the only option that is not part of the
# module because it is usually set by flake-parts
{
clan.core.clanDir = ./.;
clan.core.machine = {
id = "df97124f09da48e3a22d77ce30ee8da6";
diskId = "c9c52c";
};
}
{ clan.core.clanDir = ./.; }
];
};
in