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 = {
|
age.secrets.vaultwarden_env = {
|
||||||
file = ../secrets/vaultwarden_env.age;
|
file = ../secrets/vaultwarden_env.age;
|
||||||
owner = "vaultwarden";
|
owner = "vaultwarden";
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
services.vaultwarden = {
|
services.vaultwarden = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = unstable.vaultwarden;
|
||||||
environmentFile = config.age.secrets.vaultwarden_env.path;
|
environmentFile = config.age.secrets.vaultwarden_env.path;
|
||||||
config = {
|
config = {
|
||||||
DOMAIN = "https://bitwarden.bertof.net";
|
DOMAIN = "https://bitwarden.bertof.net";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue