mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Add mariadb
This commit is contained in:
@@ -10,6 +10,12 @@
|
|||||||
|
|
||||||
networking.hostName = "laptop";
|
networking.hostName = "laptop";
|
||||||
|
|
||||||
|
|
||||||
|
services.mysql = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.mariadb;
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users.thiloho = { pkgs, ... }: {
|
home-manager.users.thiloho = { pkgs, ... }: {
|
||||||
programs.git.signing.key = "BFD8F6A55B1E4F11";
|
programs.git.signing.key = "BFD8F6A55B1E4F11";
|
||||||
home = { stateVersion = "23.05"; };
|
home = { stateVersion = "23.05"; };
|
||||||
|
|||||||
Reference in New Issue
Block a user