Skip to content

Commit

Permalink
Fix a bug with NixOS unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
sebanc committed Dec 2, 2024
1 parent 9b9cc87 commit cd2d8df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Linuxloops GUI installer can be run from most linux ditributions live images as
Detailed instructions:
[Using the Linuxloops Live image][live-image]

### Install a linux distro on a USB flashdrive / SD card or in a disk image (Linux or Windows WSL)
### Install a linux distro on a USB flashdrive / SD card or in a disk image (from Linux or Windows WSL)

Note: Windows WSL does not allow to write directly to a disk but you can create disk images and write them to a USB flashdrive / SD card using Rufus/Etcher or boot them using [Grub2Win][Grub2Win link].

Expand Down
1 change: 0 additions & 1 deletion linuxloops
Original file line number Diff line number Diff line change
Expand Up @@ -15512,7 +15512,6 @@ elif [ "${distribution}" == "NixOS" ]; then
services.xserver.videoDrivers = [ \"nvidia\" \"modesetting\" \"fbdev\" ];
hardware.nvidia.open = false;
hardware.nvidia.powerManagement.enable = true;
$(if [ \"${version}\" == \"Unstable\" ]; then echo 'hardware.nvidia.open = false;'; fi)
"
elif [ "${distribution}" == "Nobara" ]; then
cat >"${bootstrapdir}"/tmp/linuxloops/install_nvidia <<INSTALLNVIDIA
Expand Down

0 comments on commit cd2d8df

Please sign in to comment.