aboutsummaryrefslogtreecommitdiff
path: root/flakes/openarc/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/openarc/flake.nix')
-rw-r--r--flakes/openarc/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flakes/openarc/flake.nix b/flakes/openarc/flake.nix
index e2b771a..d313f8e 100644
--- a/flakes/openarc/flake.nix
+++ b/flakes/openarc/flake.nix
@@ -75,7 +75,7 @@
75 }; 75 };
76 }; 76 };
77 }) // { 77 }) // {
78 nixosModules = (if builtins.pathExists ./private.nix then import ./private.nix nixpkgs else {}); 78 nixosModules = (if builtins.pathExists ../private/openarc.nix then import ../private/openarc.nix nixpkgs else {});
79 nixosModule = { config, lib, pkgs, ... }: 79 nixosModule = { config, lib, pkgs, ... }:
80 let 80 let
81 cfg = config.services.openarc; 81 cfg = config.services.openarc;