traffic-stop-box: pin kernel to v5.15

This commit is contained in:
Markus Schmidl 2023-06-19 09:33:58 +02:00
parent 6ddbb5ed92
commit 7f4d7dd62b
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
{ config, ... }:
{ pkgs, config, ... }:
{
boot.tmp.useTmpfs = true;
networking.hostName = "traffic-stop-box-${toString config.deployment-TLMS.systemNumber}"; # Define your hostname.
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_15;
# Set your time zone.
time.timeZone = "Europe/Berlin";