flakier nixos

This commit is contained in:
2025-05-05 16:25:02 -07:00
parent f71e76fd50
commit 3b4ebd414d
6 changed files with 137 additions and 2 deletions

7
hw/orion/default.nix Normal file
View File

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