forked from emily/nixfiles
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" ];
|
||||
});
|
||||
|
||||
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 {
|
||||
description = "rclone mount";
|
||||
after = [ "network.target" ];
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
hostName = "integra.kyouma.net";
|
||||
sshUser = "nix-ssh";
|
||||
maxJobs = 2;
|
||||
speedFactor = 4;
|
||||
speedFactor = 24;
|
||||
systems = [ "aarch64-linux" ];
|
||||
supportedFeatures = base ++ aarch64;
|
||||
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
#ubuntu_font_family
|
||||
libsForQt5.breeze-icons
|
||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
nerd-fonts.symbols-only
|
||||
jetbrains-mono
|
||||
font-awesome
|
||||
];
|
||||
|
|
|
@ -29,4 +29,5 @@ skopeo --insecure-policy copy docker-archive:"result" \
|
|||
|
||||
rm "result"
|
||||
|
||||
fly deploy
|
||||
fly deploy --app build-worker-kyoumanet
|
||||
fly deploy --app build-worker-kyoumanet-cdg
|
||||
|
|
Loading…
Reference in a new issue