Compare commits
3 Commits
b01267f4b5
...
2c4a59d5f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c4a59d5f1 | |||
| a1a841f573 | |||
| ade1fb0dec |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
result
|
||||||
4
flake.lock
generated
4
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user