This commit is contained in:
2025-03-07 10:26:59 -05:00
parent 73d9c04d3e
commit 2f0a3767a7
4 changed files with 39 additions and 192 deletions

View File

@@ -15,7 +15,7 @@
# };
vdirsyncer = {
enable = true;
frequency = "*-*-* *:*/5:00";
#frequency = "*-*-* *:*/5:00";
};
};

View File

@@ -1,6 +1,6 @@
{pkgs, ...}: {
users.users.mthomson = {
shell = pkgs.zsh;
#shell = pkgs.zsh;
isNormalUser = true;
description = "Michael Thomson";
extraGroups = ["networkmanager" "wheel"];