nixfmt
This commit is contained in:
parent
9678036869
commit
82ccb37f5e
5 changed files with 59 additions and 39 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
# Configure the bootloader.
|
||||
boot.loader.grub = {
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sda";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue