summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/default.nix b/modules/default.nix
index 23a8abc..e512563 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -1,5 +1,9 @@
{...}:
-
+let
+ sources = import ../nix/sources.nix {};
+in
{
- imports = [ ];
+ #imports = [ "${sources.nixpkgs-unstable}/nixos/modules/services/networking/pleroma.nix" ];
+
+ # to stop the manual breaking from the stable / unstable mix
}