summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/antares/configuration.nix4
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