fix(nixos-1): add google-authenticator to system package

This commit is contained in:
MDLeom 2020-02-27 17:17:24 +00:00
parent 876cf84493
commit 8c14046862
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Following is my "configuration.nix". I'll show you how to secure NixOS using has
networking.interfaces.ens3.useDHCP = true;
environment.systemPackages = with pkgs; [
dnsutils usbguard magic-wormhole p7zip
dnsutils usbguard magic-wormhole p7zip google-authenticator
];
time.timeZone = "UTC";