From 3d6b370d4209dbfa0a7d02c92227440428d91a73 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sat, 1 Jul 2017 01:13:28 +0200
Subject: [PATCH] ma x.r: enable 2fa for sshd

---
 1systems/x.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/1systems/x.nix b/1systems/x.nix
index b37c329..235862e 100644
--- a/1systems/x.nix
+++ b/1systems/x.nix
@@ -19,6 +19,8 @@ with import <stockholm/lib>;
       # ../2configs/disable_v6.nix
 
       # Testing
+      # ../2configs/lanparty/lancache.nix
+      # ../2configs/lanparty/lancache-dns.nix
       # ../2configs/deployment/dirctator.nix
       # ../2configs/vncserver.nix
       # ../2configs/deployment/led-fader
@@ -58,6 +60,9 @@ with import <stockholm/lib>;
       # Filesystem
       ../2configs/fs/sda-crypto-root-home.nix
 
+      # Security
+      ../2configs/sshd-totp.nix
+
     ];
 
   makefu.server.primary-itf = "wlp3s0";