From 9b3ab6acf3e635cfab8757a885a6a1417e54940a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 1 Aug 2025 13:17:40 +0200 Subject: [PATCH] feat: import disko again --- 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 8bf4405..03a0fad 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 ];