Archived
move docker system packages to docker-service module
Check NixOS configurations / eval-hosts (push) Successful in 39m34s
Check NixOS configurations / eval-hosts (push) Successful in 39m34s
This commit is contained in:
@@ -25,27 +25,14 @@ in
|
||||
networking.hostName = "docker"; # Define your hostname.
|
||||
networking.hostId = "007f0200";
|
||||
boot.zfs.forceImportRoot = false;
|
||||
# virtualisation.docker.enable = true;
|
||||
# virtualisation.docker = {
|
||||
# enable = true;
|
||||
# package = pkgs.docker;
|
||||
# listenOptions = [
|
||||
# "unix:///var/run/docker.sock"
|
||||
# "tcp://0.0.0.0:2375"
|
||||
#];
|
||||
|
||||
# daemon.settings = {
|
||||
# metrics-addr = "0.0.0.0:9323";
|
||||
# experimental = true;
|
||||
# };
|
||||
#};
|
||||
|
||||
|
||||
services.tailscale.enable = true;
|
||||
# Enable docker-compose
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
docker-buildx
|
||||
# docker-compose
|
||||
# docker-buildx
|
||||
nfs-utils
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user