about summary refs log tree commit diff
path: root/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server.nix')
-rw-r--r--profiles/server.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/server.nix b/profiles/server.nix
new file mode 100644
index 0000000..5b96d56
--- /dev/null
+++ b/profiles/server.nix
@@ -0,0 +1,6 @@
+{ pkgs, config, lib, ... }:
+{
+  imports = [
+    ./default.nix
+  ];
+}