Working drone-exec-runner
This commit is contained in:
parent
2ca921b4a3
commit
9f886ce51f
|
@ -37,6 +37,7 @@ in
|
||||||
owner = psCfg.user.name;
|
owner = psCfg.user.name;
|
||||||
};
|
};
|
||||||
pub-solar.sway.vnc.enable = true;
|
pub-solar.sway.vnc.enable = true;
|
||||||
|
pub-solar.ci-runner.enable = true;
|
||||||
|
|
||||||
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
|
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
|
||||||
"sway/config.d/10-autostart.conf".source = ./.config/sway/config.d/autostart.conf;
|
"sway/config.d/10-autostart.conf".source = ./.config/sway/config.d/autostart.conf;
|
||||||
|
|
BIN
secrets/drone-runner-exec-config
Normal file
BIN
secrets/drone-runner-exec-config
Normal file
Binary file not shown.
|
@ -42,5 +42,7 @@ in
|
||||||
"vnc-cert-chocolatebar.pem".publicKeys = chocolatebarKeys;
|
"vnc-cert-chocolatebar.pem".publicKeys = chocolatebarKeys;
|
||||||
"vnc-key-chocolatebar.pem".publicKeys = chocolatebarKeys;
|
"vnc-key-chocolatebar.pem".publicKeys = chocolatebarKeys;
|
||||||
|
|
||||||
|
"drone-runner-exec-config".publicKeys = allKeys;
|
||||||
|
|
||||||
"mopidy.conf".publicKeys = allKeys;
|
"mopidy.conf".publicKeys = allKeys;
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,7 @@ in
|
||||||
mode = "700";
|
mode = "700";
|
||||||
owner = "mopidy";
|
owner = "mopidy";
|
||||||
};
|
};
|
||||||
services.mopidy.extraConfigFiles = [ "/run/secrets/mopidy.conf" ];
|
services.mopidy.extraConfigFiles = [ "/run/agenix/mopidy.conf" ];
|
||||||
|
|
||||||
programs.ssh.extraConfig = "
|
programs.ssh.extraConfig = "
|
||||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
|
|
Loading…
Reference in a new issue