diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-21 16:03:37 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-11-21 16:03:37 +0100 |
commit | 84f02d51ed9a405e6d3049dc66be6ab43f6fbfe1 (patch) | |
tree | e67d5beb58c7c01501aa951528360f9210b0e0f4 /hel.nix | |
parent | 557cb0c5769f795960dceb62943195cfbbd46817 (diff) | |
download | nixos-84f02d51ed9a405e6d3049dc66be6ab43f6fbfe1.tar nixos-84f02d51ed9a405e6d3049dc66be6ab43f6fbfe1.tar.gz nixos-84f02d51ed9a405e6d3049dc66be6ab43f6fbfe1.tar.bz2 nixos-84f02d51ed9a405e6d3049dc66be6ab43f6fbfe1.tar.xz nixos-84f02d51ed9a405e6d3049dc66be6ab43f6fbfe1.zip |
Docker on hel
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,10 @@ | |||
57 | # } | 57 | # } |
58 | # ]; | 58 | # ]; |
59 | 59 | ||
60 | virtualisation.docker = { | ||
61 | enable = true; | ||
62 | }; | ||
63 | |||
60 | environment.systemPackages = with pkgs; [ | 64 | environment.systemPackages = with pkgs; [ |
61 | git | 65 | git |
62 | slock | 66 | slock |