made nix-secrets input comment-out-able.
This commit is contained in:
parent
f27b5ac056
commit
6147ddb903
10 changed files with 51 additions and 27 deletions
|
@ -29,7 +29,7 @@
|
|||
"#gamingonlinux"
|
||||
"##chat"
|
||||
];
|
||||
sasl = {
|
||||
sasl = lib.mkIf (lib.hasAttrByPath ["sops" "secrets" "irc-cert"] config) {
|
||||
username = "toric";
|
||||
pem = config.sops.secrets.irc-cert.path;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue