Vaultwarden: use unstable package
This commit is contained in:
parent
812ccab1b4
commit
c6cae00eba
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }: {
|
||||
{ config, unstable, ... }: {
|
||||
age.secrets.vaultwarden_env = {
|
||||
file = ../secrets/vaultwarden_env.age;
|
||||
owner = "vaultwarden";
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
package = unstable.vaultwarden;
|
||||
environmentFile = config.age.secrets.vaultwarden_env.path;
|
||||
config = {
|
||||
DOMAIN = "https://bitwarden.bertof.net";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue