From 80aaacda13ac3d3d5141bf96004912fd62e9bad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Wed, 15 Apr 2026 14:34:24 +0200 Subject: [PATCH] Removed the useless configuration.nix file. Removed the sops input in numbus-generated.nix. --- templates/numbus-server/numbus-generated.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/numbus-server/numbus-generated.nix b/templates/numbus-server/numbus-generated.nix index 4302f12..c283b25 100644 --- a/templates/numbus-server/numbus-generated.nix +++ b/templates/numbus-server/numbus-generated.nix @@ -2,9 +2,6 @@ # Please use the dedicated script : https://gittea.dev/numbus/numbus. # This could compromise system stability and is not supported by numbus. -{ config, pkgs, inputs, ... }: +{ config, pkgs, ... }: { - imports = [ - inputs.sops-nix.nixosModules.sops - ]; \ No newline at end of file