sqq1-desk1: autologin
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user