Guest User

Untitled

a guest
May 8th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. { config, pkgs, lib, ... }:
  2. {
  3. config = {
  4. services.mysql = {
  5. enable = true;
  6. package = pkgs.mariadb;
  7. };
  8.  
  9. nixpkgs.pkgs = import /home/dingo/nixpkgs {};
  10. system.stateVersion = "17.03";
  11. };
  12. }
Advertisement
Add Comment
Please, Sign In to add comment