fix that error
This commit is contained in:
parent
3f2dd8fc8a
commit
f0803de5f7
3 changed files with 6 additions and 3 deletions
|
|
@ -30,5 +30,4 @@
|
||||||
programs.noisetorch.enable = true;
|
programs.noisetorch.enable = true;
|
||||||
|
|
||||||
virtualisation.vmware.host.enable = true;
|
virtualisation.vmware.host.enable = true;
|
||||||
software.keyd.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
restic
|
restic
|
||||||
file
|
file
|
||||||
usbutils
|
usbutils
|
||||||
|
fastfetch
|
||||||
attic-client
|
attic-client
|
||||||
]
|
]
|
||||||
else []
|
else []
|
||||||
|
|
@ -56,7 +57,6 @@
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
taskwarrior3
|
taskwarrior3
|
||||||
neofetch
|
|
||||||
gimp
|
gimp
|
||||||
pulseaudio-ctl
|
pulseaudio-ctl
|
||||||
playerctl
|
playerctl
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,11 @@ lib.mkIf config.user.overseer.enable {
|
||||||
|
|
||||||
services.mysql = {
|
services.mysql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
initialDatabases = ["umami"];
|
initialDatabases = [
|
||||||
|
{
|
||||||
|
name = "umami";
|
||||||
|
}
|
||||||
|
];
|
||||||
initialScript = config.sops.templates."umami-sql".path;
|
initialScript = config.sops.templates."umami-sql".path;
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue