Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
115cb97b
Commit
115cb97b
authored
Dec 07, 2018
by
Valentin Reis
Browse files
ci -> nix 2
parent
cedde517
Changes
2
Hide whitespace changes
Inline
Side-by-side
deployments/argo.nixops
View file @
115cb97b
No preview for this file type
deployments/ci.nix
View file @
115cb97b
...
...
@@ -275,6 +275,8 @@ in
services
.
ntp
.
enable
=
false
;
services
.
openssh
.
allowSFTP
=
false
;
virtualisation
.
docker
.
enable
=
true
;
services
.
gitlab-runner
=
{
enable
=
true
;
configOptions
=
{
...
...
@@ -283,10 +285,10 @@ in
docker
=
{
cache_dir
=
""
;
disable_cache
=
true
;
host
=
""
;
image
=
"nixos/nix:
1.11
"
;
privileged
=
true
;
image
=
"nixos/nix:
2.1.3
"
;
privileged
=
true
;
};
executor
=
"docker"
;
name
=
"docker-nix-
1.11
"
;
name
=
"docker-nix-
2.1.3
"
;
token
=
pkgs
.
lib
.
removeSuffix
"
\n
"
(
builtins
.
readFile
./gitlab_token.secret
);
url
=
"https://xgitlab.cels.anl.gov/"
;
}];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment