tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
config
/
server
/
databases
/
mysql.nix
at
main
9 lines
98 B
view raw
wrap content
encode42.dev
Move software and package configurations to `config`
15d ago
e163a950
1
{
pkgs
,
.
.
.
}:
2
3
{
4
services
.
mysql
=
{
5
enable
=
true
;
6
7
package
=
pkgs
.
mariadb_114
;
8
}
;
9
}