Fixed things
This commit is contained in:
@@ -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}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user