Add mariadb

This commit is contained in:
thiloho
2024-05-05 00:36:43 +02:00
parent d6363225fc
commit 819b6026d2

View File

@@ -10,6 +10,12 @@
networking.hostName = "laptop";
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
home-manager.users.thiloho = { pkgs, ... }: {
programs.git.signing.key = "BFD8F6A55B1E4F11";
home = { stateVersion = "23.05"; };