mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2024-11-25 16:58:38 +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:
parent
967456100c
commit
e4fb29ca24
10
flake.nix
10
flake.nix
@ -118,10 +118,12 @@
|
|||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
lightdm.enable = true;
|
lightdm.enable = true;
|
||||||
autoLogin = {
|
};
|
||||||
enable = true;
|
};
|
||||||
user = "nixos";
|
displayManager = {
|
||||||
};
|
autoLogin = {
|
||||||
|
enable = true;
|
||||||
|
user = "nixos";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Host the `https://secure.research.vt.edu/diceware/` website offline
|
# Host the `https://secure.research.vt.edu/diceware/` website offline
|
||||||
|
Loading…
Reference in New Issue
Block a user