849 current 2024-07-24 12:16:22 24.11.20240724.4eb44db 6.9.8-zen1 *
This commit is contained in:
parent
d8597715ff
commit
943f1dfbab
6 changed files with 28 additions and 35 deletions
|
|
@ -12,7 +12,7 @@ in {
|
|||
options.sites.cv = with types; {
|
||||
enable = mkBoolOpt false "Enable CV site";
|
||||
|
||||
domain = mkStringOpt "cv.zackster.zip" "The domain for the site";
|
||||
domain = mkStringOpt "cv.zackmyers.io" "The domain for the site";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ in {
|
|||
enable = true;
|
||||
services = {
|
||||
nix = with lib; {
|
||||
registrationConfigFile = toString sec.gitlab_runner.path; # 2
|
||||
authenticationTokenConfigFile = sec.gitlab_runner.path;
|
||||
dockerImage = "alpine";
|
||||
dockerVolumes = [
|
||||
"/nix/store:/nix/store:ro"
|
||||
|
|
@ -86,7 +86,6 @@ in {
|
|||
PATH = "/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/bin:/sbin:/usr/bin:/usr/sbin";
|
||||
NIX_SSL_CERT_FILE = "/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt";
|
||||
};
|
||||
tagList = ["nix"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue