Move gitlab configuration to a networked-docker-container
This commit is contained in:
parent
7266dd3bfa
commit
5b5f922354
2 changed files with 21 additions and 23 deletions
etc/nixos
|
@ -12,6 +12,7 @@
|
|||
# and set inside the docker-containers set, instead of setting the
|
||||
# docker-containers set here.
|
||||
./services/nginx.nix
|
||||
./services/gitlab.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
@ -63,12 +64,5 @@
|
|||
autoPrune.enable = true;
|
||||
};
|
||||
|
||||
docker-containers = {
|
||||
## Actual service definitions
|
||||
gitlab = import ./services/gitlab.nix;
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "19.09";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue