Removed the useless configuration.nix file. Removed the sops input in numbus-generated.nix.

This commit is contained in:
Raphaël Numbus
2026-04-15 14:34:24 +02:00
parent bc1bd49139
commit 80aaacda13
+1 -4
View File
@@ -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
];