switched to zfs on gerg-desktop

This commit is contained in:
Gerg-L 2023-02-20 21:02:28 -05:00
parent 4d860b5d7a
commit c9a3886cd5
4 changed files with 242 additions and 25 deletions

View file

@ -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;
};
};