mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
applicative: fix config
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
services.displayManager.autoLogin.enable = false;
|
||||
services.displayManager.autoLogin.enable = lib.mkForce false;
|
||||
|
||||
# if we have multiple users, they should be able to log in through a greeter
|
||||
programs.regreet =
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{
|
||||
imports = [
|
||||
./cuda.nix
|
||||
./applicative.nix
|
||||
../../configs/applicative.nix
|
||||
./hardware-configuration.nix
|
||||
../../configs/networkmanager.nix
|
||||
../../configs/default.nix
|
||||
|
||||
Reference in New Issue
Block a user