aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/google-authenticator.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/optional/google-authenticator.nix')
-rw-r--r--hosts/common/optional/google-authenticator.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/hosts/common/optional/google-authenticator.nix b/hosts/common/optional/google-authenticator.nix
index 09079d8..721346e 100644
--- a/hosts/common/optional/google-authenticator.nix
+++ b/hosts/common/optional/google-authenticator.nix
@@ -1,10 +1,9 @@
{ pkgs, ... }:
{
- environment.systemPackages = builtins.attrValues {
- inherit (pkgs)
- #other
- google-authenticator;
- };
+ environment.systemPackages = [
+ #pkgs.other
+ pkgs.google-authenticator
+ ];
security.pam.services = {
chfn.googleAuthenticator.enable = true;