summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-11 02:25:24 -0500
committerseth <[email protected]>2024-02-11 02:25:24 -0500
commitdacdc6dc5680444d5a31c0c1b3f5a9998682316e (patch)
tree1a8c127ae51c6f6b0659bd28ea66ddbb510ecd4b /systems
parente0cc422746c0a4ea401ddbc91dc83dc9e033afa8 (diff)
atlas: use hardened profile
Diffstat (limited to 'systems')
-rw-r--r--systems/atlas/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index f403397..1e448c6 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -1,6 +1,7 @@
{modulesPath, ...}: {
imports = [
(modulesPath + "/profiles/minimal.nix")
+ (modulesPath + "/profiles/hardened.nix")
./hardware-configuration.nix
./miniflux.nix
./nginx.nix