Compare commits

..

3 Commits

Author SHA1 Message Date
2c4a59d5f1 systemdboot + fix console loading 2026-03-25 11:17:53 +01:00
a1a841f573 result 2026-03-25 11:17:44 +01:00
ade1fb0dec terminus font connrect 2026-03-25 10:23:51 +01:00
3 changed files with 13 additions and 11 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
result

4
flake.lock generated
View File

@@ -30,8 +30,8 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774376168, "lastModified": 1774430805,
"narHash": "sha256-gYZMD6l/b6pTGB58gbYqjy8GeXuEm1+GsQmYFvI1yZM=", "narHash": "sha256-fDescJvj4v7FteRhPIZEE1CRyAjRpfER/0kvntNNckM=",
"path": "/home/love/dotfiles", "path": "/home/love/dotfiles",
"type": "path" "type": "path"
}, },

View File

@@ -26,17 +26,13 @@
}; };
}; };
boot.loader.systemd-boot.enable = false; boot.loader.systemd-boot = {
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub = {
enable = true; enable = true;
configurationLimit = 10; configurationLimit = 10;
device = "nodev"; edk2-uefi-shell.enable = true;
efiSupport = true;
enableCryptodisk = true;
useOSProber = true;
zfsSupport = true;
}; };
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = false;
i18n = rec { i18n = rec {
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";
@@ -62,8 +58,10 @@
time.timeZone = "Europe/Stockholm"; time.timeZone = "Europe/Stockholm";
console = { console = {
font = "Lat2-Terminus16"; earlySetup = true;
font = "ter-v16n";
keyMap = "sv-latin1"; keyMap = "sv-latin1";
packages = [ pkgs.terminus_font ];
}; };
networking.useNetworkd = true; networking.useNetworkd = true;
@@ -101,6 +99,7 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
file
cowsay cowsay
fortune fortune
lolcat lolcat
@@ -121,6 +120,8 @@
wget wget
killall killall
efibootmgr
nil nil
gcc gcc