diff options
Diffstat (limited to 'hosts/antares')
| -rw-r--r-- | hosts/antares/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index 2127d01..f5e8769 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -27,7 +27,9 @@ networking.hostName = "antares"; time.timeZone = "Europe/Berlin"; - + virtualisation.docker = { + enable = true; + }; environment.systemPackages = map lib.lowPrio [ pkgs.curl |
