Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Nixos org infra";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion non-critical-infra/modules/vaultwarden.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

services.vaultwarden = {
enable = true;
backupDir = "/var/lib/bitwarden_rs/backups/";
backupDir = "/var/backup/vaultwarden/";
environmentFile = "/var/lib/bitwarden_rs/vaultwarden.env";
config = {
DOMAIN = "https://vault.nixos.org";
Expand Down
Loading