mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「🔨」 fix: fixed vm now virtualbox is working
This commit is contained in:
@ -56,6 +56,16 @@
|
||||
"libvirtd"
|
||||
];
|
||||
};
|
||||
users.users.adjoly = {
|
||||
password = "test";
|
||||
shell = pkgs.fish;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
];
|
||||
isNormalUser = true;
|
||||
};
|
||||
programs.fish.enable = true;
|
||||
|
||||
services = {
|
||||
getty.autologinUser = "root";
|
||||
@ -84,6 +94,7 @@
|
||||
enable32Bit = true;
|
||||
};
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
|
||||
|
||||
programs = {
|
||||
zsh = {
|
||||
|
Reference in New Issue
Block a user