clean <host>/default.nix (part 2)
This commit is contained in:
parent
af31d0273c
commit
20bdc7b50c
2 changed files with 26 additions and 16 deletions
|
|
@ -41,7 +41,6 @@ in {
|
|||
};
|
||||
grub = {
|
||||
efiSupport = true;
|
||||
#efiInstallAsRemovable = true; # in case canTouchEfiVariables doesn't work on this system
|
||||
device = "nodev";
|
||||
useOSProber = false;
|
||||
};
|
||||
|
|
@ -50,15 +49,13 @@ in {
|
|||
enable = true;
|
||||
theme = "whitesur"; # stylish, vimix, or whitesur
|
||||
footer = true;
|
||||
customResolution = "1920x1080"; # Optional: Set a custom resolution
|
||||
customResolution = "1920x1080";
|
||||
};
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Australia/Brisbane";
|
||||
i18n.defaultLocale = "en_US.UTF-8"; # internationalisation
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
# Enable initrd hook for virtual console customisation
|
||||
# aka cool colours when bootting yay!!
|
||||
console = {
|
||||
|
|
@ -87,7 +84,7 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
# ----- NETWORKING SECTION -----
|
||||
# ----- NETWORKING -----
|
||||
networking = {
|
||||
hostName = "lolcathost";
|
||||
networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue