Fixed things

This commit is contained in:
2026-04-14 17:06:46 +03:00
parent dc47722b8b
commit a6c4cc7922
5 changed files with 17 additions and 8 deletions
+4 -4
View File
@@ -53,10 +53,10 @@ in {
home.file.".config/snx-rs/snx-rs.conf" = {
text = ''
server-name = ${cfg.server}
user-name = ${cfg.username}
login-type = ${cfg.loginType}
ignore-server-cert = ${lib.boolToString cfg.ignoreServerCert}
server ${cfg.server}
username ${cfg.username}
login-type ${cfg.loginType}
ignore-server-cert ${lib.boolToString cfg.ignoreServerCert}
'';
};
};