poseidon: remove docker from system

This commit is contained in:
Antoine Martin 2021-12-27 15:28:04 +01:00
parent 34235fe7c1
commit b4d19a5bef

View file

@ -28,10 +28,6 @@ in
};
};
virtualisation.docker = {
enable = true;
};
networking.hostName = "poseidon"; # Define your hostname.
networking.domain = "alarsyo.net";
@ -157,8 +153,4 @@ in
# Takes a long while to build
documentation.nixos.enable = false;
environment.systemPackages = with pkgs; [
docker-compose
];
}