feat: remove module attribute and fix duplicate import

This commit is contained in:
2026-04-26 18:20:15 +02:00
parent dba24ce5f3
commit 2a2b192255
2 changed files with 2 additions and 10 deletions
+1 -2
View File
@@ -44,8 +44,7 @@ let
in
{
imports = [
nixosModules.host-base
machine.module
nixosModules.${machine.name}
];
meta.machine = machine;