yuki: rotate key
All checks were successful
flake check / check (push) Successful in 3m41s
fmt check / check (push) Successful in 37s

This commit is contained in:
notohh 2023-12-07 05:01:03 -05:00
parent c9c7bcc567
commit 3681ec55f3
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -7,17 +7,17 @@
]; ];
boot.loader = { boot.loader = {
systemd-boot = { grub = {
enable = true; enable = true;
configurationLimit = 8; configurationLimit = 5;
}; device = "/dev/sda";
efi = { useOSProber = false;
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
}; };
}; };
networking.hostName = "yuki"; networking = {
hostName = "yuki";
};
services.xserver = { services.xserver = {
layout = "us"; layout = "us";