Config limit on ha1
This commit is contained in:
@@ -10,8 +10,11 @@
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
configurationLimit = 3;
|
||||
};
|
||||
|
||||
networking.hostName = "ha1";
|
||||
networking.domain = "home.2rjus.net";
|
||||
|
Reference in New Issue
Block a user