mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add mariadb
This commit is contained in:
@@ -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"; };
|
||||
|
||||
Reference in New Issue
Block a user