From a3906244f0abdc2b655358bce02d8767eb84c50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Tue, 24 Feb 2026 21:43:03 +0100 Subject: [PATCH] Update flake. --- flake.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 87081f4..482fb67 100644 --- a/flake.nix +++ b/flake.nix @@ -1,17 +1,11 @@ { - description = "Numbus Server - Your Personal Cloud, Simplified"; + description = "Numbus Server Module"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; }; - outputs = { self, nixpkgs, ... }: { - nixosModules = { - default = { config, pkgs, lib, ... }: { - imports = [ - ./modules/default.nix - ]; - }; - }; + outputs = { self, nixpkgs }: { + nixosModules.numbus = import ./default.nix; }; } \ No newline at end of file