Fixed izanagi-main imports

This commit is contained in:
Alexander
2025-08-03 21:15:14 +02:00
parent 04e65f4939
commit ede8ce7dce
3 changed files with 5 additions and 62 deletions
+5 -3
View File
@@ -4,9 +4,11 @@ let
flakeInputs = lib.filterAttrs (_: lib.isType "flake") inputs;
in {
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./disko-config.nix
[
../../minimal.nix
../hardware-configuration.nix
../disko-config.nix
./sops.nix
];