docs: comments
This commit is contained in:
parent
0bc7ba7eb2
commit
0a9652fd90
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Reference in a new issue