changed to zen kernel

This commit is contained in:
2021-04-01 09:02:53 +05:30
parent 6c5f033de6
commit 86d0cd7c40
4 changed files with 22 additions and 4 deletions

View File

@@ -12,6 +12,13 @@
PIDFile = "/run/nbfc.pid";
};
};
services = {
tor.enable = true;
mysql = {
enable = true;
package = pkgs.mariadb;
};
};
# services.picom = {
# enable = true;
# fade = true;