Don't start docker on boot
This commit is contained in:
parent
68d301c666
commit
962df55b7d
1 changed files with 8 additions and 1 deletions
|
|
@ -9,7 +9,14 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
enableOnBoot = mkDefault false;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.froidmpa.extraGroups = [ "docker" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ docker-compose ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue