wake on lan udev, SSH initrd, flake lock update, TODO nix settings

This commit is contained in:
2026-04-03 23:16:53 +02:00
parent d51b13294c
commit 3afafba3ce
12 changed files with 217 additions and 60 deletions
@@ -17,14 +17,6 @@ let
});
in
{
# Use the systemd-boot EFI boot loader.
boot.plymouth.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Use latest kernel.
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_zen;
# Set your time zone.
time.timeZone = "Europe/Warsaw";