fix: eval
This commit is contained in:
parent
21ce3cc3a9
commit
fa0903a2b4
4 changed files with 11 additions and 3 deletions
|
@ -12,6 +12,13 @@
|
||||||
wants = [ "mnt-mezzomix.mount" ];
|
wants = [ "mnt-mezzomix.mount" ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"aspnetcore-runtime-wrapped-6.0.36"
|
||||||
|
"aspnetcore-runtime-6.0.36"
|
||||||
|
"dotnet-sdk-wrapped-6.0.428"
|
||||||
|
"dotnet-sdk-6.0.428"
|
||||||
|
];
|
||||||
|
|
||||||
systemd.mounts = lib.singleton {
|
systemd.mounts = lib.singleton {
|
||||||
description = "rclone mount";
|
description = "rclone mount";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
hostName = "integra.kyouma.net";
|
hostName = "integra.kyouma.net";
|
||||||
sshUser = "nix-ssh";
|
sshUser = "nix-ssh";
|
||||||
maxJobs = 2;
|
maxJobs = 2;
|
||||||
speedFactor = 4;
|
speedFactor = 24;
|
||||||
systems = [ "aarch64-linux" ];
|
systems = [ "aarch64-linux" ];
|
||||||
supportedFeatures = base ++ aarch64;
|
supportedFeatures = base ++ aarch64;
|
||||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
#ubuntu_font_family
|
#ubuntu_font_family
|
||||||
libsForQt5.breeze-icons
|
libsForQt5.breeze-icons
|
||||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
nerd-fonts.symbols-only
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
font-awesome
|
font-awesome
|
||||||
];
|
];
|
||||||
|
|
|
@ -29,4 +29,5 @@ skopeo --insecure-policy copy docker-archive:"result" \
|
||||||
|
|
||||||
rm "result"
|
rm "result"
|
||||||
|
|
||||||
fly deploy
|
fly deploy --app build-worker-kyoumanet
|
||||||
|
fly deploy --app build-worker-kyoumanet-cdg
|
||||||
|
|
Loading…
Reference in a new issue