Skip to content

Commit

Permalink
chore(vm): disabled temporaly win10 vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jul 19, 2024
1 parent c763803 commit da5eec9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
mihoyo.enable = true;
};
dev.lang.ides = [ "go" "sql" "haskell" "fork" "jvm" "cpp" "rust" ];
hardware = {
hardware = rec {
grub.enableMultiBoot = true;
sound.enable = true;
virtualization = {
enable = true;
enableWindowsVM = true;
enable = !grub.enableMultiBoot;
enableWindowsVM = !grub.enableMultiBoot;
};
grub = {
enable = true;
Expand Down

0 comments on commit da5eec9

Please sign in to comment.