summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefu/3modules/airdcpp.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/3modules/airdcpp.nix b/makefu/3modules/airdcpp.nix
index 6709f023..342052e7 100644
--- a/makefu/3modules/airdcpp.nix
+++ b/makefu/3modules/airdcpp.nix
@@ -55,6 +55,7 @@ let
'';
type = str;
default = "";
+ apply = lib.removeSuffix "\n";
};
Server = mkOption {
description = ''
@@ -162,6 +163,7 @@ let
password = mkOption {
description = "password of user";
type = str;
+ apply = lib.removeSuffix "\n";
};
permissions = mkOption {
description = "user permissions";