mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
autologin: fix module use
This commit is contained in:
@@ -35,10 +35,8 @@
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
];
|
||||
|
||||
services.getty.autologinOnce = {
|
||||
enable = true;
|
||||
user = config.users.users.me.name;
|
||||
};
|
||||
services.getty.autologinOnce = true;
|
||||
services.getty.autologinUser = config.users.users.me.name;
|
||||
|
||||
home-manager.users.me = import ./home-manager.nix {
|
||||
inherit lib pkgs config;
|
||||
|
||||
Reference in New Issue
Block a user