From e10aba4b8b885476f32d7f914ce929fb01258606 Mon Sep 17 00:00:00 2001 From: aviac Date: Tue, 20 May 2025 07:50:45 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 796fc21..8968177 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,13 @@ }; imports = [ # ./git_system.nix - (import ./setup { inherit inputs; }) + inputs.disko.nixosModules.disko + ./setup/disk_conf.nix + ./setup/mini_conf.nix + { + networking.hostId = "0a7337de"; + boot.loader.grub.zfsSupport = true; + } ]; }; # runner-system = -- 2.47.1