summaryrefslogtreecommitdiffstats
path: root/profiles
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2020-12-03 16:45:06 +0100
committerMinijackson <minijackson@riseup.net>2020-12-03 16:45:06 +0100
commit3f0e83cb4816e637d8c916fb77217e1c5824dbe5 (patch)
tree65b48ffe6e82459cde97b8ee61a597402ba2617b /profiles
downloadnixos-config-reborn-3f0e83cb4816e637d8c916fb77217e1c5824dbe5.tar.gz
nixos-config-reborn-3f0e83cb4816e637d8c916fb77217e1c5824dbe5.zip
initial commit: most of previous configuration reworked
Diffstat (limited to 'profiles')
-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}