docs: add todo

This commit is contained in:
Daniel Langbein 2024-08-24 13:02:42 +02:00
parent 9bc89a6dc4
commit 303770ee3f
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 7 additions and 2 deletions

View File

@ -104,7 +104,9 @@ in
# Local deployment.
#allowLocalDeployment = true;
# SSH deployment.
targetHost = "yodahedgehog.p1st.de";
# TODO: Since some days, yodaHedgehog can only be reached locally even though ports are still opened on the router.
#targetHost = "yodahedgehog.p1st.de";
targetHost = "192.168.178.118";
targetPort = 2226;
tags = [ "server" ];

View File

@ -46,7 +46,9 @@
yoda.de-p1st-monitor = (builtins.readFile ../../assets/de-p1st-monitor/yodaHedgehog.ini);
boot.kernelParams = [];
boot.kernelPackages = pkgs.linuxPackages;
# TODO: Once Linux 6.6.47 is out, go back to stable.
# https://debianforum.de/forum/viewtopic.php?p=1369430#p1369430
boot.kernelPackages = pkgs.unstable.linuxPackages;
# Most users should never change this value after the initial install, for any reason, even if you've upgraded your system to a new NixOS release.
system.stateVersion = "23.05";

View File

@ -102,6 +102,7 @@
# Latest.
#boot.kernelPackages = pkgs.linuxPackages_latest;
# LTS, see https://endoflife.date/linux
# TODO: When NixOS 26.05 is out, this kernel is near EOL
boot.kernelPackages = pkgs.linuxPackages_5_15;
#boot.kernelPackages = pkgs.linuxPackages_6_1;
# Hardened.