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 = {
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";