From 3f0e83cb4816e637d8c916fb77217e1c5824dbe5 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Thu, 3 Dec 2020 16:45:06 +0100 Subject: initial commit: most of previous configuration reworked --- profiles/server.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/server.nix (limited to 'profiles') 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 @@ +{ modulesPath, ... }: + +{ + imports = [ + (modulesPath + "/profiles/headless.nix") + (modulesPath + "/profiles/hardened.nix") + ]; + +} -- cgit v1.2.3