diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/server.nix | 9 |
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 | } | ||