summaryrefslogtreecommitdiffstats
path: root/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server.nix')
-rw-r--r--profiles/server.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/server.nix b/profiles/server.nix
new file mode 100644
index 0000000..3084d26
--- /dev/null
+++ b/profiles/server.nix
@@ -0,0 +1,9 @@
1{ modulesPath, ... }:
2
3{
4 imports = [
5 (modulesPath + "/profiles/headless.nix")
6 (modulesPath + "/profiles/hardened.nix")
7 ];
8
9}