From 99908ce297f89b3e6f312ede2d6a4a52d8007173 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 29 Apr 2024 23:22:40 +0200 Subject: [PATCH] accept license --- hosts/default/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 3d5b4c7..0f093dc 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -36,11 +36,13 @@ finegrained = false; }; - open = true; + open = false; nvidiaSettings = true; }; + config.nvidia.acceptLicense = true; + networking = { hostName = "lambdaOS"; # Define your hostname. extraHosts = ''