diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-23 15:58:47 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-23 15:58:47 +0530 |
| commit | 6504303601a65b02c27ff970e8e0e421cd6cb772 (patch) | |
| tree | 423c56f96bfe33015fe0e3a5571334752d7649cb | |
| parent | 779125fb55b62f7b51dd7d903e6a66f9246c6cf2 (diff) | |
| download | nixos-config-6504303601a65b02c27ff970e8e0e421cd6cb772.tar.gz nixos-config-6504303601a65b02c27ff970e8e0e421cd6cb772.zip | |
Adds docker
Diffstat (limited to '')
| -rw-r--r-- | configuration.nix | 2 | ||||
| -rw-r--r-- | login.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 668b50d..abfc199 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,6 +21,8 @@ networking.hostName = "dickhead"; networking.networkmanager.enable = true; + virtualisation.docker.enable = true; + # I18n and keyboard layout time.timeZone = "Asia/Kolkata"; i18n.defaultLocale = "en_US.UTF-8"; @@ -27,6 +27,7 @@ in { "storage" "git" "networkmanager" + "docker" ]; shell = pkgs.zsh; }; |
