Config limit on ha1

This commit is contained in:
2024-06-18 23:28:39 +02:00
parent 07f519bf36
commit 6aa5cf727f
2 changed files with 20 additions and 17 deletions

View File

@@ -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";