1
0
Fork 0
forked from emily/nixfiles

fix: eval

This commit is contained in:
emily 2024-12-10 11:46:27 +01:00
parent 21ce3cc3a9
commit fa0903a2b4
Signed by untrusted user: emily
GPG key ID: F6F4C66207FCF995
4 changed files with 11 additions and 3 deletions

View file

@ -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" ];

View file

@ -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;

View file

@ -52,7 +52,7 @@
#ubuntu_font_family
libsForQt5.breeze-icons
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
nerd-fonts.symbols-only
jetbrains-mono
font-awesome
];

View file

@ -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