From cb3b12b8794113f67a728b95c3a2ea12ad2735c1 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 30 Jul 2025 16:47:32 +0200 Subject: [PATCH] chore: disable `disko` as initial config is done --- hosts/hazel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hazel/default.nix b/hosts/hazel/default.nix index fe687f7..c350c3a 100644 --- a/hosts/hazel/default.nix +++ b/hosts/hazel/default.nix @@ -8,7 +8,7 @@ { imports = [ ./hardware-configuration.nix - ./disko.nix + # ./disko.nix ./../../modules/core/default.server.nix # ./../../modules/services/hazel.nix ];