fix: eval

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

View file

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

View file

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

View file

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