From 6309f4813717e426084c127c5659aad7a66cf8b0 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Fri, 15 Jan 2016 13:11:08 +0000 Subject: rkt: 0.14.0 -> 0.15.0 --- nixos/modules/virtualisation/rkt.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/virtualisation/rkt.nix') diff --git a/nixos/modules/virtualisation/rkt.nix b/nixos/modules/virtualisation/rkt.nix index 7b4d46e0749e..c4c5cb3380e8 100644 --- a/nixos/modules/virtualisation/rkt.nix +++ b/nixos/modules/virtualisation/rkt.nix @@ -58,5 +58,7 @@ in ExecStart = "${pkgs.rkt}/bin/rkt gc ${cfg.gc.options}"; }; }; + + users.extraGroups.rkt = {}; }; } -- cgit 1.4.1