summaryrefslogtreecommitdiffstats
path: root/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server.nix')
-rw-r--r--profiles/server.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/server.nix b/profiles/server.nix
index 3084d26..ec4b1c6 100644
--- a/profiles/server.nix
+++ b/profiles/server.nix
@@ -1,9 +1,13 @@
1inputs:
2
1{ modulesPath, ... }: 3{ modulesPath, ... }:
2 4
3{ 5{
4 imports = [ 6 imports = [
5 (modulesPath + "/profiles/headless.nix") 7 (modulesPath + "/profiles/headless.nix")
6 (modulesPath + "/profiles/hardened.nix") 8 (modulesPath + "/profiles/hardened.nix")
9
10 inputs.self.nixosModules.usecases.server.default
7 ]; 11 ];
8 12
9} 13}