Skip to content

Commit

Permalink
move back to systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 25, 2023
1 parent 167ee92 commit f90d0fc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions modules/shared/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,15 @@
"net.ipv4.tcp_congestion_control" = "bbr2";
};

loader.grub = {
enable = true;
device = "nodev";
useOSProber = true;
loader = {
efi.canTouchEfiVariables = true;

systemd-boot = {
enable = true;
configurationLimit = 3;
consoleMode = "max";
editor = false;
};
};
};

Expand Down

0 comments on commit f90d0fc

Please sign in to comment.