diff options
| author | Dominik Kaiser | 2025-02-16 13:15:25 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-16 13:15:25 +0100 |
| commit | 0fe0fdd09495f96becdf701364090b83c7b97062 (patch) | |
| tree | a3c2cf0cd26fea648467adf5f229cb423832092a | |
| parent | 92903bc542d5ed9871e83c93369763941361b36e (diff) | |
| download | nixos-0fe0fdd09495f96becdf701364090b83c7b97062.tar.gz nixos-0fe0fdd09495f96becdf701364090b83c7b97062.zip | |
Enable docker on 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 |
