1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

applicative: fix config

This commit is contained in:
2026-01-27 09:00:36 +01:00
parent e99103226d
commit 7d82e284cd
2 changed files with 2 additions and 2 deletions

View File

@@ -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 # if we have multiple users, they should be able to log in through a greeter
programs.regreet = programs.regreet =

View File

@@ -6,7 +6,7 @@
{ {
imports = [ imports = [
./cuda.nix ./cuda.nix
./applicative.nix ../../configs/applicative.nix
./hardware-configuration.nix ./hardware-configuration.nix
../../configs/networkmanager.nix ../../configs/networkmanager.nix
../../configs/default.nix ../../configs/default.nix