summaryrefslogtreecommitdiff
path: root/topology.nix
diff options
context:
space:
mode:
Diffstat (limited to 'topology.nix')
-rw-r--r--topology.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/topology.nix b/topology.nix
new file mode 100644
index 0000000..8830f12
--- /dev/null
+++ b/topology.nix
@@ -0,0 +1,8 @@
+inputs: self: pkgs:
+import inputs.nix-topology {
+ inherit pkgs;
+ modules = [
+ { inherit (self) nixosConfigurations; }
+ (_: { })
+ ];
+}