hosts/morphius: set hostId, autologin
change boot.loader.timeout to 0 Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user