summaryrefslogtreecommitdiff
path: root/sys/auth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/auth/default.nix')
-rw-r--r--sys/auth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/auth/default.nix b/sys/auth/default.nix
index 4678da9..ca2778a 100644
--- a/sys/auth/default.nix
+++ b/sys/auth/default.nix
@@ -1,5 +1,6 @@
{
imports = [
+ ./login.nix
./oath.nix
./openssh.nix
];