diff options
author | makefu <github@syntax-fehler.de> | 2017-07-01 01:13:28 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-01 01:13:28 +0200 |
commit | 38a9f8f6d51bbaa83c7bbd50525844a3039f53fc (patch) | |
tree | dc4de37212aedfdefdbd0f3680bf53a36e527b7e | |
parent | d95039620550368bcee37f74d9828db97d38722f (diff) |
ma x.r: enable 2fa for sshd
-rw-r--r-- | makefu/1systems/x.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix index b37c32944..235862e85 100644 --- a/makefu/1systems/x.nix +++ b/makefu/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"; |