From 7d82e284cd97dd6c4579f85182e2ce63381fbef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 27 Jan 2026 09:00:36 +0100 Subject: [PATCH] applicative: fix config --- configs/applicative.nix | 2 +- systems/fatteh/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/applicative.nix b/configs/applicative.nix index 37a9e9c..fab3754 100644 --- a/configs/applicative.nix +++ b/configs/applicative.nix @@ -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 = diff --git a/systems/fatteh/configuration.nix b/systems/fatteh/configuration.nix index 2eb5c83..2cee1cc 100644 --- a/systems/fatteh/configuration.nix +++ b/systems/fatteh/configuration.nix @@ -6,7 +6,7 @@ { imports = [ ./cuda.nix - ./applicative.nix + ../../configs/applicative.nix ./hardware-configuration.nix ../../configs/networkmanager.nix ../../configs/default.nix