diff options
-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 |