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
|
@ -24,7 +24,7 @@
|
|||
|
||||
programs.himalaya.enable = true;
|
||||
|
||||
accounts.email.accounts.gmail = {
|
||||
accounts.email.accounts.gmail = lib.mkIf (lib.hasAttrByPath ["sops" "secrets" "gmail-password"] config) {
|
||||
address = "gabevenberg@gmail.com";
|
||||
primary = true;
|
||||
flavor = "gmail.com";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue