yuki: rotate key
All checks were successful
flake check / check (push) Successful in 3m41s
fmt check / check (push) Successful in 37s
All checks were successful
flake check / check (push) Successful in 3m41s
fmt check / check (push) Successful in 37s
This commit is contained in:
parent
c9c7bcc567
commit
3681ec55f3
1 changed files with 7 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue