Minor update on thinkpad system config

This commit is contained in:
Yan Lin 2025-09-13 09:52:18 +02:00
parent c674f26e69
commit c5ba938baa
2 changed files with 9 additions and 5 deletions

View file

@ -24,9 +24,7 @@
options = [ "fmask=0077" "dmask=0077" ]; options = [ "fmask=0077" "dmask=0077" ];
}; };
swapDevices = [ swapDevices = [ ];
{ device = "/dev/disk/by-partlabel/disk-main-swap"; }
];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's # (the default) this is the recommended approach. When using systemd-networkd it's

View file

@ -132,6 +132,12 @@
wayland.enable = true; wayland.enable = true;
}; };
# Auto-login
services.displayManager.autoLogin = {
enable = true;
user = "yanlin";
};
# Desktop environment # Desktop environment
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
@ -221,9 +227,9 @@
description = "yanlin"; description = "yanlin";
extraGroups = [ "networkmanager" "wheel" "video" "audio" "input" ]; extraGroups = [ "networkmanager" "wheel" "video" "audio" "input" ];
shell = pkgs.zsh; shell = pkgs.zsh;
hashedPassword = "$6$8NUV0JK33hs3XBYe$osnYKzENDLYHQEpj8Z5F6ECpLdc8Y3RZcVGxQ0bc/6DepTwugAkfX8h6ItI01dJyk8RstiGsWVVCKGwXaL.sN."; hashedPassword = "$6$kSyaRzAtj8VPcNeX$NsEP6zQAfp6O8YWcolfPRKnhIcJlKu5luZgWqozJAHtbE/gv90KoOOKU7Dt.FnbPB0Ej26jXoBH4X.7y/OLGB1";
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG35m0DgTrEOAM+1wAlYZ8mvLelNTcx65cFccGPQcxmo yanlin@imac" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICp2goZiuSfwMA02GsHhYzUZHrQPPBgP5sWSNP9kQR3e yanlin@imac"
]; ];
}; };