This commit is contained in:
Fern Garden 2025-07-04 21:37:09 +08:00
parent 9678036869
commit 82ccb37f5e
5 changed files with 59 additions and 39 deletions

View file

@ -11,7 +11,7 @@
# Allow unfree packages.
nixpkgs.config.allowUnfree = true;
# Set time zone.
time.timeZone = "Australia/Perth";
@ -109,4 +109,4 @@
enable = true;
nssmdns4 = true;
};
}
}

View file

@ -1,6 +1,6 @@
{
# Configure the bootloader.
boot.loader.grub = {
boot.loader.grub = {
enable = true;
device = "/dev/sda";
};