success!? working towards vm

This commit is contained in:
mehbark 2023-08-14 08:10:20 -04:00
parent 2bc23c9f06
commit 28b4846f28

View file

@ -93,6 +93,21 @@
extraGroups = [ "networkmanager" "wheel" ];
};
virtualization.vmVariant = {
virtualization = {
memorySize = 2048;
cores = 3;
graphics = true;
};
};
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
};
networking.firewall.allowedTCPPorts = [ 22 ];
# services.emacs.enable = true;
# services.emacs.package = import /home/mbk/.emacs.d { pkgs = pkgs; };
# services.emacs.defaultEditor = true;