mirror of https://gitlab.com/curben/blog
fix(nixos-1): add google-authenticator to system package
This commit is contained in:
parent
876cf84493
commit
8c14046862
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue