poseidon: remove docker from system
This commit is contained in:
parent
34235fe7c1
commit
b4d19a5bef
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue