From 2a1d9d1590cca6a8a7f5f0adba9a7bc1f2967f33 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 31 Mar 2018 22:43:46 +0200 Subject: [PATCH] Activation overlay pour rkt --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9767f9f..87ce7d5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -41,7 +41,7 @@ ]; virtualisation.rkt.enable = true; - + boot.kernelModules = [ "overlay" ]; users.extraGroups.rkt = { }; # Some programs need SUID wrappers, can be configured further or are