1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-09-07 19:19:01 +00:00

Rename displayManager.autoLogin setting

This is based on a warning encountered when running the build with

nix build .#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage

The message encountered was:

> trace: warning: The option `services.xserver.displayManager.autoLogin' defined in `/nix/store/sj9yrq21wbbfr5715hys3laa2qd6x471-source/flake.nix' has been renamed to `services.displayManager.autoLogin'.
This commit is contained in:
Justus Perlwitz 2024-07-20 18:36:36 +09:00
parent 967456100c
commit e4fb29ca24

View File

@ -118,10 +118,12 @@
};
displayManager = {
lightdm.enable = true;
autoLogin = {
enable = true;
user = "nixos";
};
};
};
displayManager = {
autoLogin = {
enable = true;
user = "nixos";
};
};
# Host the `https://secure.research.vt.edu/diceware/` website offline