[host/murex-pecten] Enable mysql for work..
This commit is contained in:
parent
998835b02e
commit
34285ff229
|
@ -104,6 +104,10 @@
|
|||
services.swaylock.yubicoAuth = true;
|
||||
};
|
||||
|
||||
# TODO: Remove/Move
|
||||
services.mysql.enable = true;
|
||||
services.mysql.package = pkgs.mariadb;
|
||||
|
||||
services.udev.customRules = [
|
||||
# Rename the Scarlett Solo using udev
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue