myputer specific changes
This commit is contained in:
parent
1d4189b040
commit
a448ce3f39
216 changed files with 544 additions and 24478 deletions
17
fix_bootloader
Normal file
17
fix_bootloader
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Find efi mount point:
|
||||
mount -l | grep "boot"
|
||||
|
||||
This can be modified by editing `hardware-configuration.nix`
|
||||
to have either `fileSystems."/boot"` or `fileSystems."/boot/efi"`
|
||||
|
||||
Running `sudo nixos-rebuild switch --flake .` in `~/nixdots`
|
||||
will change the mount point (no reboot required).
|
||||
|
||||
|
||||
Once we're here we can reinstall (hopefully)
|
||||
|
||||
|
||||
|
||||
|
||||
GET THIS MAN INTO HEAVEN
|
||||
https://www.reddit.com/r/NixOS/comments/10107km/comment/j2lekuj/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
|
||||
Loading…
Add table
Add a link
Reference in a new issue