setup remote building for both laptops

This commit is contained in:
Gerg-L 2023-04-27 15:31:34 -04:00
parent 76fe743021
commit e1a7947411
6 changed files with 86 additions and 21 deletions

View file

@ -10,7 +10,9 @@ _: {
logo = self + /misc/nixos.png;
};
loader = {
grub.configurationLimit = 10;
systemd-boot = {
configurationLimit = 10;
enable = lib.mkDefault true;
consoleMode = "max";
editor = false;