Refactoring

This commit is contained in:
2026-03-09 20:27:18 +00:00
parent 3c76981dc6
commit 6d89b0c685
10 changed files with 266 additions and 221 deletions

7
hardware/default.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./disko.nix
];
}