Mizuki fixes
This commit is contained in:
parent
38bfb70f8c
commit
b69884b8b9
2 changed files with 7 additions and 13 deletions
|
@ -1,5 +1,7 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
|
||||
boot.kernel.sysctl."vm.overcommit_memory" = 1;
|
||||
|
||||
environment.shells = with pkgs; [ zsh ];
|
||||
environment.systemPackages = with pkgs; [ xorg.setxkbmap ];
|
||||
|
||||
|
@ -26,11 +28,6 @@
|
|||
wheelNeedsPassword = true;
|
||||
};
|
||||
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mysql84;
|
||||
};
|
||||
|
||||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
users.avery.extraGroups = [ "wheel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue