mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
wake on lan udev, SSH initrd, flake lock update, TODO nix settings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user