mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
switched to zfs on gerg-desktop
This commit is contained in:
parent
4d860b5d7a
commit
c9a3886cd5
4 changed files with 242 additions and 25 deletions
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
_: {lib, ...}: {
|
||||
environment.etc = {
|
||||
"issue" = {
|
||||
text = "[?12l[?25h";
|
||||
|
|
@ -17,11 +17,11 @@ _: {
|
|||
};
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
enable = lib.mkDefault true;
|
||||
consoleMode = "max";
|
||||
editor = false;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
efi.canTouchEfiVariables = lib.mkDefault true;
|
||||
timeout = 0;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue