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": {
"lastModified": 1774376168,
"narHash": "sha256-gYZMD6l/b6pTGB58gbYqjy8GeXuEm1+GsQmYFvI1yZM=",
"lastModified": 1774430805,
"narHash": "sha256-fDescJvj4v7FteRhPIZEE1CRyAjRpfER/0kvntNNckM=",
"path": "/home/love/dotfiles",
"type": "path"
},

View File

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