runs on prod now :)

This commit is contained in:
KoenDR06 2026-02-10 01:04:47 +01:00
parent d7812f37c3
commit 4c66c514a3
5 changed files with 83 additions and 87 deletions

View file

@ -52,14 +52,14 @@ in {
containers.vaultwarden = {
autoStart = true;
privateNetwork = true;
hostAddress = "172.16.0.4";
localAddress = "192.168.100.4";
hostAddress = "192.168.100.4";
localAddress = "192.168.100.104";
bindMounts = {
"/var/lib/vaultwarden" = {
"/var/lib/bitwarden_rs" = {
hostPath = DATA_DIR;
isReadOnly = false;
}; # TODO set correct
};
};
config = {