Fixed booloader and more
This commit is contained in:
parent
6c1838ede0
commit
5190de97d6
6 changed files with 47 additions and 25 deletions
|
@ -21,6 +21,17 @@
|
|||
dotnet-sdk_8
|
||||
];
|
||||
|
||||
# boot.loader = {
|
||||
# efi = {
|
||||
# canTouchEfiVariables = true;
|
||||
# };
|
||||
# grub = {
|
||||
# enable = true;
|
||||
# efiSupport = true;
|
||||
# useOSProber = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
|
||||
services.xserver.dpi = 140;
|
||||
|
||||
|
|
|
@ -87,11 +87,11 @@
|
|||
LC_TIME = "sv_SE.UTF-8";
|
||||
};
|
||||
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sdc";
|
||||
useOSProber = true;
|
||||
};
|
||||
# boot.loader.grub = {
|
||||
# enable = true;
|
||||
# device = "/dev/sdc";
|
||||
# useOSProber = true;
|
||||
# };
|
||||
|
||||
console.keyMap = "sv-latin1";
|
||||
programs.zsh.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue