From 0b6b9dbef029dab55f8ba6b719f947bcea07232e Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Mon, 16 Feb 2026 16:04:38 +0100
Subject: [PATCH] Fixed: Typo
---
hosts/cyper-pi-1/configuration.nix | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/cyper-pi-1/configuration.nix b/hosts/cyper-pi-1/configuration.nix
index 2da3329..11d95e9 100644
--- a/hosts/cyper-pi-1/configuration.nix
+++ b/hosts/cyper-pi-1/configuration.nix
@@ -4,7 +4,7 @@
}:
{
- import = [
+ imports = [
./postgres.nix
];