docs: comments

This commit is contained in:
truxnell 2024-03-19 12:41:27 +11:00
parent 0bc7ba7eb2
commit 0a9652fd90

View file

@ -25,7 +25,7 @@
}; };
}; };
# TODO Shared sops location # TODO Shared sops location, probably in home-manager?
# sops.age.keyFile = "/var/lib/sops-nix/key.txt"; # sops.age.keyFile = "/var/lib/sops-nix/key.txt";
# Increase open file limit for sudoers # Increase open file limit for sudoers
@ -52,7 +52,7 @@
# programs.msmtp = { # programs.msmtp = {
# enable = true; # enable = true;
# accounts.default = { # accounts.default = {
# host = "smtp-relay.mcbadass.local"; # host = "maddy.home.tld";
# from = "${config.networking.hostName}@trux.dev"; # from = "${config.networking.hostName}@trux.dev";
# }; # };
# defaults = { # defaults = {