+110
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+110
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
···
+26
nixos/doc/manual/release-notes/rl-2111.section.md
+26
nixos/doc/manual/release-notes/rl-2111.section.md
···+[following upstream](https://github.com/dani-garcia/vaultwarden/discussions/1642). More specifically,+* Old names are preserved as aliases for backwards compatibility, but may be removed in the future.+* `pkgs.bitwarden_rs-vault` is preserved as an alias for backwards compatibility, but may be removed in the future.+* `services.bitwarden_rs` is preserved as an alias for backwards compatibility, but may be removed in the future.+* `systemd.services.bitwarden_rs`, `systemd.services.backup-bitwarden_rs` and `systemd.timers.backup-bitwarden_rs`+* Old names are preserved as aliases for backwards compatibility, but may be removed in the future.+* `users.users.bitwarden_rs` and `users.groups.bitwarden_rs` were renamed to `users.users.vaultwarden` and
+1
-1
nixos/modules/module-list.nix
+1
-1
nixos/modules/module-list.nix
······
+1
-1
nixos/modules/services/security/bitwarden_rs/backup.sh
nixos/modules/services/security/vaultwarden/backup.sh
+1
-1
nixos/modules/services/security/bitwarden_rs/backup.sh
nixos/modules/services/security/vaultwarden/backup.sh
···
+32
-25
nixos/modules/services/security/bitwarden_rs/default.nix
nixos/modules/services/security/vaultwarden/default.nix
+32
-25
nixos/modules/services/security/bitwarden_rs/default.nix
nixos/modules/services/security/vaultwarden/default.nix
···# Convert name from camel case (e.g. disable2FARemember) to upper case snake case (e.g. DISABLE_2FA_REMEMBER).···if value != null then [ (nameValuePair (nameToEnvVar name) (if isBool value then boolToString value else toString value)) ] else []in { DATA_FOLDER = "/var/lib/bitwarden_rs"; } // optionalAttrs (!(configEnv ? WEB_VAULT_ENABLED) || configEnv.WEB_VAULT_ENABLED == "true") {-configFile = pkgs.writeText "bitwarden_rs.env" (concatStrings (mapAttrsToList (name: value: "${name}=${value}\n") configEnv));+configFile = pkgs.writeText "vaultwarden.env" (concatStrings (mapAttrsToList (name: value: "${name}=${value}\n") configEnv));·········-<link xlink:href="https://github.com/dani-garcia/bitwarden_rs/blob/${bitwarden_rs.version}/.env.template">the environment template file</link>.+<link xlink:href="https://github.com/dani-garcia/vaultwarden/blob/${vaultwarden.version}/.env.template">the environment template file</link>.······EnvironmentFile = [ configFile ] ++ optional (cfg.environmentFile != null) cfg.environmentFile;······
+1
-1
nixos/tests/all-tests.nix
+1
-1
nixos/tests/all-tests.nix
······
+10
-10
nixos/tests/bitwarden.nix
nixos/tests/vaultwarden.nix
+10
-10
nixos/tests/bitwarden.nix
nixos/tests/vaultwarden.nix
···# * Have Firefox use the web vault to create an account, log in, and save a password to the valut······-services.bitwarden_rs.config.databaseUrl = "mysql://bitwardenuser:${dbPassword}@localhost/bitwarden";+services.vaultwarden.config.databaseUrl = "mysql://bitwardenuser:${dbPassword}@localhost/bitwarden";···-services.bitwarden_rs.config.databaseUrl = "postgresql://bitwardenuser:${dbPassword}@localhost/bitwarden";+services.vaultwarden.config.databaseUrl = "postgresql://bitwardenuser:${dbPassword}@localhost/bitwarden";·········
+1
-1
pkgs/development/python-modules/selenium/default.nix
+1
-1
pkgs/development/python-modules/selenium/default.nix
+8
-7
pkgs/tools/security/bitwarden_rs/default.nix
pkgs/tools/security/vaultwarden/default.nix
+8
-7
pkgs/tools/security/bitwarden_rs/default.nix
pkgs/tools/security/vaultwarden/default.nix
············
+5
-5
pkgs/tools/security/bitwarden_rs/vault.nix
pkgs/tools/security/vaultwarden/vault.nix
+5
-5
pkgs/tools/security/bitwarden_rs/vault.nix
pkgs/tools/security/vaultwarden/vault.nix
······
+8
pkgs/top-level/aliases.nix
+8
pkgs/top-level/aliases.nix
···bittorrentSync = throw "bittorrentSync has been deprecated by resilio-sync."; # added 2019-06-03bittorrentSync14 = throw "bittorrentSync14 has been deprecated by resilio-sync."; # added 2019-06-03bittorrentSync20 = throw "bittorrentSync20 has been deprecated by resilio-sync."; # added 2019-06-03bs1770gain = throw "bs1770gain has been removed from nixpkgs, as it had no maintainer or reverse dependencies."; # added 2021-01-02
+9
-9
pkgs/top-level/all-packages.nix
+9
-9
pkgs/top-level/all-packages.nix
······