diff --git a/hosts/morphius/configuration.nix b/hosts/morphius/configuration.nix index 2bc0a50..980ca55 100644 --- a/hosts/morphius/configuration.nix +++ b/hosts/morphius/configuration.nix @@ -1,6 +1,7 @@ { inputs, - pkgs, + # pkgs, + lib, ... }: { imports = with inputs; [ @@ -14,11 +15,11 @@ networking = { networkmanager.enable = true; - # hostId = "31150fae"; + hostId = "bd1b5837"; hostName = "morphius"; }; - boot.kernelModules = ["i915"]; + boot.loader.timeout = lib.mkForce 0; environment.memoryAllocator.provider = "mimalloc"; system.stateVersion = "25.11"; time.timeZone = "Europe/Kyiv"; @@ -33,6 +34,11 @@ desktop.gnome.enable = true; + services.displayManager.autoLogin = { + enable = true; + user = "user"; + }; + module = { config = { secureBoot = true;