diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-04 21:07:02 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-04 21:07:02 -0800 |
commit | 3b69b882a3c53494be664aeb6f13304399633180 (patch) | |
tree | b1a7cfecca38e3983977c84fc0bc9a063eda7f5c | |
parent | 80841d23b96172710217c1d2f83abf65c35e2208 (diff) |
CHANGEME
-rw-r--r-- | configuration.nix | 2 | ||||
-rw-r--r-- | home.nix | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index b220420..a95f866 100644 --- a/configuration.nix +++ b/configuration.nix @@ -387,7 +387,7 @@ system = { stateVersion = "24.11"; nixos = { - tags = [ "fixing-hammer88" ]; + tags = [ "continuity-2.0" ]; }; }; } @@ -1089,7 +1089,7 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video mbsync = { enable = true; - # CHANGEME + # CHANGEME different email server and account extraConfig = '' IMAPAccount ret2pop Host imap.gmail.com @@ -1121,8 +1121,8 @@ on-notify=exec mpv /home/preston/sounds/notification.wav --no-config --no-video msmtp = { enable = true; + # CHANGEME different email server and account extraConfig = '' - # CHANGEME # Set default values for all following accounts. defaults auth on |