Skip to content

Commit 8a22a6f

Browse files
authored
Merge pull request #37 from hashcowuwu/patch-1
doc : fix VirtualMachine.md
2 parents f098ffc + 882d7e6 commit 8a22a6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/tutorials/installation/VirtualMachine.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ vim /mnt/etc/nixos/configuration.nix
182182
{
183183
imports = [
184184
./hardware-configuration.nix
185-
]
185+
];
186186
boot.loader.systemd-boot.enable = true;
187187
boot.loader.efi.canTouchEfiVariables = true;
188188
networking.networkmanager.enable = true;
@@ -196,8 +196,7 @@ vim /mnt/etc/nixos/configuration.nix
196196
vim
197197
alacritty
198198
];
199-
sound.enable = true;
200-
hardware.pulseaudio.enable = true;
199+
201200
nix.settings.substituters = [
202201
"https://mirrors.cernet.edu.cn/nix-channels/store"
203202
];

0 commit comments

Comments
 (0)