Fixed things
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./audio.nix
|
||||
./claude.nix
|
||||
./encryption.nix
|
||||
./git.nix
|
||||
./hfsprogs.nix
|
||||
|
||||
@@ -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