fix that error

This commit is contained in:
TheWanderingCrow 2025-02-14 12:25:01 -05:00
parent 3f2dd8fc8a
commit f0803de5f7
3 changed files with 6 additions and 3 deletions

View file

@ -30,5 +30,4 @@
programs.noisetorch.enable = true;
virtualisation.vmware.host.enable = true;
software.keyd.enable = true;
}

View file

@ -21,6 +21,7 @@
restic
file
usbutils
fastfetch
attic-client
]
else []
@ -56,7 +57,6 @@
# Utilities
taskwarrior3
neofetch
gimp
pulseaudio-ctl
playerctl

View file

@ -23,7 +23,11 @@ lib.mkIf config.user.overseer.enable {
services.mysql = {
enable = true;
initialDatabases = ["umami"];
initialDatabases = [
{
name = "umami";
}
];
initialScript = config.sops.templates."umami-sql".path;
ensureUsers = [
{