pingbox commit

This commit is contained in:
2022-12-14 20:42:20 +00:00
parent c8b0e65c8f
commit 20a917e3ab
5 changed files with 13 additions and 10 deletions

View File

@@ -30,6 +30,10 @@ in {
# Set time zone.
time.timeZone = "Europe/London";
i18n = {
defaultLocale = "en_GB.UTF-8";
};
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
# Per-interface useDHCP will be mandatory in the future, so this generated config
# replicates the default behaviour.

View File

@@ -41,7 +41,6 @@
fwupd.enable = true;
tlp = {
enable = true;
settings = {
PCIE_ASPM_ON_BAT = "powersupersave";
};