set config limit

This commit is contained in:
notohh 2023-02-28 06:30:53 -05:00
parent eb0d7785d5
commit 98159baa66
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -6,9 +6,14 @@
./hardware-configuration.nix
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
boot.loader = {
grub = {
enable = true;
configurationLimit = 3;
device = "/dev/sda";
useOSProber = false;
};
};
networking.hostName = "sutakku";
networking.networkmanager.enable = true;