This commit is contained in:
Hadi 2024-06-23 19:54:21 +02:00
parent d215570fea
commit 5dce9af547

View File

@ -35,6 +35,8 @@
pkgs.linuxPackages_latest; # _zen, _hardened, _rt, _rt_latest, etc. pkgs.linuxPackages_latest; # _zen, _hardened, _rt, _rt_latest, etc.
}; };
virtualisation.docker.enable = true;
# Networking # Networking
networking = { hostName = config.var.hostname; }; networking = { hostName = config.var.hostname; };