This commit is contained in:
mjallen18
2025-01-03 13:56:52 -06:00
parent d8bfe01610
commit 280518e260
3 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
hosts/nas/*.conf hosts/nas/*.conf
hosts/nas/*.users hosts/nas/*.users
result result
.codegpt

View File

@@ -84,7 +84,7 @@ in
mail_domain = "gmail.com"; mail_domain = "gmail.com";
mail_smtpauth = 1; mail_smtpauth = 1;
mail_smtpname = "matt.l.jallen"; mail_smtpname = "matt.l.jallen";
mail_smtppassword = smtppassword; mail_smtppassword = "egzo mltu kkoc hrfe "; # TODO: smtppassword;
mail_smtpsecure = "ssl"; mail_smtpsecure = "ssl";
mail_smtphost = "smtp.gmail.com"; mail_smtphost = "smtp.gmail.com";
mail_smtpport = 465; mail_smtpport = 465;

View File

@@ -122,8 +122,6 @@ in
vim vim
vulkan-tools vulkan-tools
wget wget
outputs.manyfold.packages.default
]; ];
}; };