server | enable docker + docker-compose
This commit is contained in:
parent
4a89c9c0e3
commit
5d84541909
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
git-crypt
|
||||
gitFull
|
||||
gnupg
|
||||
|
|
@ -145,4 +146,5 @@
|
|||
automatic = true;
|
||||
options = "-d";
|
||||
};
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue