From d28a89f32a0bf95089e6015c6a67f7d83aa44b36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= <dev@felschr.com>
Date: Mon, 27 Nov 2023 23:05:04 +0100
Subject: [PATCH] chore: cleanup code

---
 hosts/home-server.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/home-server.nix b/hosts/home-server.nix
index e73424d..9bb210a 100644
--- a/hosts/home-server.nix
+++ b/hosts/home-server.nix
@@ -8,7 +8,7 @@ let
     path = "/etc/secrets/initrd/ssh_host_ed25519_key";
     type = "ed25519";
   }];
-in with builtins; {
+in {
   imports = [
     ../hardware/base.nix
     ../hardware/gpu-intel.nix