0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/fleet: fix typo

This commit is contained in:
Jaka Hudoklin 2014-12-08 13:30:45 +01:00
parent 743b47579b
commit c821f239a3

View file

@ -142,7 +142,7 @@ in {
};
services.etcd.enable = mkDefault true;
services.docker.enable = mkDefault true;
virtualisation.docker.enable = mkDefault true;
environment.systemPackages = [ pkgs.fleet ];
users.extraGroups.fleet.gid = config.ids.gids.fleet;