Remove clanModules

This commit is contained in:
pinpox
2025-07-04 15:54:44 +02:00
parent 6ccee60e39
commit 4c9f166d58
122 changed files with 14 additions and 5322 deletions

View File

@@ -1,7 +1,6 @@
{
lib,
config,
clan-core,
...
}:
let
@@ -41,9 +40,7 @@ let
};
in
{
imports = [
clan-core.clanModules.disk-id
];
imports = [ ];
config = {
boot.loader.systemd-boot.enable = true;