Merge pull request #12323 from kragniz/rkt-v0.15.0

rkt: 0.14.0 -> 0.15.0
This commit is contained in:
Domen Kožar
2016-01-21 22:27:33 +01:00
2 changed files with 14 additions and 6 deletions

View File

@@ -58,5 +58,7 @@ in
ExecStart = "${pkgs.rkt}/bin/rkt gc ${cfg.gc.options}";
};
};
users.extraGroups.rkt = {};
};
}