From d5cc414e88a8358826cba61f0d94c888950c1b39 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 7 Jul 2025 19:09:29 +0200 Subject: [PATCH] prepared for mininas --- flake.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4eb3ca1..4e7bbc5 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,17 @@ ./modules/common/tty.nix ]; }; - + # limiting-factor - MiniNas + limiting-factor = nixpkgs.lib.nixosSystem { + inherit system specialArgs; + modules = [ + ./machines/limiting-factor/configuration.nix + ./machines/limiting-factor/hardware-configuration.nix + ./modules/common/nix.nix + ./modules/common/base.nix + ./modules/common/tty.nix + ]; + }; # reverse-proxy - VPS edge server with Nginx reverse proxy reverse-proxy = nixpkgs.lib.nixosSystem { inherit system specialArgs;