mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
setup remote building for both laptops
This commit is contained in:
parent
76fe743021
commit
e1a7947411
6 changed files with 86 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue