sqq1-desk1: autologin
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
@@ -13,6 +14,8 @@ in
|
||||
../../modules/profiles/btrfs
|
||||
];
|
||||
|
||||
services.xserver.desktopManager.xfce.enableScreensaver = false;
|
||||
|
||||
age.secrets = {
|
||||
motiejus-passwd-hash.file = ../../secrets/motiejus_passwd_hash.age;
|
||||
root-passwd-hash.file = ../../secrets/root_passwd_hash.age;
|
||||
@@ -47,6 +50,17 @@ in
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
||||
users.users.irena = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"users"
|
||||
];
|
||||
password = "";
|
||||
};
|
||||
|
||||
services.displayManager.autoLogin.user = lib.mkForce "irena";
|
||||
|
||||
mj = {
|
||||
stateVersion = "25.05";
|
||||
timeZone = "Europe/Vilnius";
|
||||
|
||||
Reference in New Issue
Block a user