sqq1-desk1: autologin

This commit is contained in:
2025-11-03 21:15:46 +00:00
parent c9cf414831
commit 5a9cc21c23

View File

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