treewide: update
This commit is contained in:
parent
e26739a272
commit
db6d721df6
3 changed files with 106 additions and 99 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
age.secrets.rabulinski-com-cf = {
|
||||
file = ../../secrets/rabulinski-com-cf.age;
|
||||
|
@ -7,8 +7,6 @@
|
|||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
# TODO: Remove with next version bump
|
||||
webVaultPackage = pkgs.vaultwarden.webvault.override { python3 = pkgs.python311; };
|
||||
config = {
|
||||
ROCKET_PORT = 60001;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue