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.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flakes/openarc/flake.nix b/flakes/openarc/flake.nix
index d313f8e..fbb7fb1 100644
--- a/flakes/openarc/flake.nix
+++ b/flakes/openarc/flake.nix
@@ -75,7 +75,6 @@
75 }; 75 };
76 }; 76 };
77 }) // { 77 }) // {
78 nixosModules = (if builtins.pathExists ../private/openarc.nix then import ../private/openarc.nix nixpkgs else {});
79 nixosModule = { config, lib, pkgs, ... }: 78 nixosModule = { config, lib, pkgs, ... }:
80 let 79 let
81 cfg = config.services.openarc; 80 cfg = config.services.openarc;