From 374e35887971ec1759449b9aa58f4dd8cfb67edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 23 Nov 2024 22:33:18 +0000 Subject: [PATCH] make sure options are available on private servers --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index cb3267d5..cb4134b2 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,7 @@ pkgs.lib.nixosSystem { inherit system; modules = [ + (import ./nixos/options.nix) (./. + "/nixos/boxes/${hostname}") (import ./nixos/server-common.nix) sops.nixosModules.sops