mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs: add todo
This commit is contained in:
parent
9bc89a6dc4
commit
303770ee3f
4
hive.nix
4
hive.nix
@ -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" ];
|
||||
|
@ -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";
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user