From e30981dcc31b9b06e32128a7bb5b075ec3aba94d Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 10 Dec 2024 19:50:29 +0300 Subject: [PATCH] try out --- hosts/ymir/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index a722faf..a406e18 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -127,7 +127,10 @@ # services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. - virtualisation.docker.enable = true; + virtualisation.docker = { + enable = true; + enableNvidia = true; + }; users.users.osbm = { isNormalUser = true;