From 3681ec55f3dea82c6bf07e78a7dea7a9c7c52b53 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 7 Dec 2023 05:01:03 -0500 Subject: [PATCH] yuki: rotate key --- hosts/yuki/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/yuki/default.nix b/hosts/yuki/default.nix index 8202827..07a7f28 100644 --- a/hosts/yuki/default.nix +++ b/hosts/yuki/default.nix @@ -7,17 +7,17 @@ ]; boot.loader = { - systemd-boot = { + grub = { enable = true; - configurationLimit = 8; - }; - efi = { - canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; + configurationLimit = 5; + device = "/dev/sda"; + useOSProber = false; }; }; - networking.hostName = "yuki"; + networking = { + hostName = "yuki"; + }; services.xserver = { layout = "us";