aboutsummaryrefslogtreecommitdiff
path: root/flakes
diff options
context:
space:
mode:
Diffstat (limited to 'flakes')
-rw-r--r--flakes/openarc/flake.nix2
-rw-r--r--flakes/private/openarc.nix (renamed from flakes/openarc/private.nix)0
2 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;
diff --git a/flakes/openarc/private.nix b/flakes/private/openarc.nix
index 5244ca9..5244ca9 100644
--- a/flakes/openarc/private.nix
+++ b/flakes/private/openarc.nix