summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2025-08-10 17:18:12 +0200
committerGitHub <noreply@github.com>2025-08-10 17:18:12 +0200
commit4594192170705c9d2c3c46a802206e45fef1bdd0 (patch)
tree213ae04e1f037e6cd63edaa4d3ded0f44b883876
parentpostgresqlPackages.timescaledb-apache: 2.21.1 -> 2.21.2 (#432220) (diff)
parentnixos/netbird: fix desktop file name pattern (diff)
downloadnixpkgs-4594192170705c9d2c3c46a802206e45fef1bdd0.tar.gz
nixos/netbird: fix desktop file name pattern (#432535)
-rw-r--r--nixos/modules/services/networking/netbird.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/netbird.nix b/nixos/modules/services/networking/netbird.nix
index 84a59b3bf624..9d47901baffb 100644
--- a/nixos/modules/services/networking/netbird.nix
+++ b/nixos/modules/services/networking/netbird.nix
@@ -310,7 +310,7 @@ in
mkdir -p "$out/share/applications"
substitute ${cfg.ui.package}/share/applications/netbird.desktop \
"$out/share/applications/${mkBin "netbird"}.desktop" \
- --replace-fail 'Name=NetBird' "Name=NetBird @ ${client.service.name}" \
+ --replace-fail 'Name=Netbird' "Name=NetBird @ ${client.service.name}" \
--replace-fail '${lib.getExe cfg.ui.package}' "$out/bin/${mkBin "netbird-ui"}"
'')
];