commit | 85256bc0a62ef976aef4e60d5aa4342d4b1be131 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Tue Jun 13 13:02:53 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Tue Jun 13 13:02:53 2023 -0400 |
tree | 5a19140f8b2f724f72cce5d67001f3afa6c0e0f3 | |
parent | aec8c45d28ec00a2e3d719b7e8376a0b0d418507 [diff] [blame] |
made a whoopsie
diff --git a/modules/vaultwarden.nix b/modules/vaultwarden.nix index 8eba3ed..c02d2f1 100644 --- a/modules/vaultwarden.nix +++ b/modules/vaultwarden.nix
@@ -1,4 +1,4 @@ -{ pkgs... }: { +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ vaultwarden ]; services.vaultwarden.enable = true; @@ -47,7 +47,7 @@ # YubiKey Settings - YUBICO_CLIENT_ID="FILL_ME_IN"; + YUBICO_CLIENT_ID="89788"; YUBICO_SECRET_KEY="FILL_ME_IN";