From 5a8316df7805da7a7079a67d7cc4e4a487c53611 Mon Sep 17 00:00:00 2001
From: hodasemi <michaelh.95@t-online.de>
Date: Tue, 20 May 2025 10:50:03 +0200
Subject: [PATCH] Add git_system to the list of imports

---
 flake.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake.nix b/flake.nix
index 8968177..a0d36e5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,6 +40,7 @@
             inputs.disko.nixosModules.disko
             ./setup/disk_conf.nix
             ./setup/mini_conf.nix
+            ./git_system.nix
             {
               networking.hostId = "0a7337de";
               boot.loader.grub.zfsSupport = true;