From 3b69b882a3c53494be664aeb6f13304399633180 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 4 Jan 2025 21:07:02 -0800 Subject: CHANGEME --- configuration.nix | 2 +- 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" ]; }; }; } diff --git a/home.nix b/home.nix index 814d42d..1ddf427 100644 --- a/home.nix +++ b/home.nix @@ -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 -- cgit