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 = {
|
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";
|
||||||
|
|
Loading…
Reference in a new issue