mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
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;
|
||||
|
||||
virtualisation.vmware.host.enable = true;
|
||||
software.keyd.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
restic
|
||||
file
|
||||
usbutils
|
||||
fastfetch
|
||||
attic-client
|
||||
]
|
||||
else []
|
||||
|
|
@ -56,7 +57,6 @@
|
|||
|
||||
# Utilities
|
||||
taskwarrior3
|
||||
neofetch
|
||||
gimp
|
||||
pulseaudio-ctl
|
||||
playerctl
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue