This commit is contained in:
root 2025-11-02 15:04:04 +00:00
parent d4bea4c7c5
commit 29cbf8b2d8
9 changed files with 124 additions and 55 deletions

7
system/default.nix Normal file
View file

@ -0,0 +1,7 @@
{
imports = [
./configuration.nix
./hardware-configuration.nix
./networking.nix
];
}