priv up
This commit is contained in:
parent
6075be9507
commit
7703f67134
1 changed files with 0 additions and 13 deletions
|
|
@ -56,19 +56,6 @@
|
|||
config = { pkgs, ... }: {
|
||||
networking.hostName = "ci-nspawn";
|
||||
time.timeZone = "UTC";
|
||||
|
||||
# Runner user
|
||||
users.users.gitlab-runner = {
|
||||
isSystemUser = true;
|
||||
home = "/var/lib/gitlab-runner";
|
||||
createHome = true;
|
||||
shell = pkgs.bashInteractive;
|
||||
extraGroups = [ "docker" "wheel" ];
|
||||
group = "gitlab-runner";
|
||||
};
|
||||
users.groups.gitlab-runner = { };
|
||||
users.groups.docker = { };
|
||||
|
||||
# Docker daemon inside the container
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue