mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
fix: fix sonarr + jackett on gustave
This commit is contained in:
parent
7c30c450e0
commit
dd163b483e
3 changed files with 7 additions and 1 deletions
|
@ -48,6 +48,11 @@
|
|||
|
||||
disko = import ./disko.nix;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"dotnet-sdk-6.0.428"
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
];
|
||||
|
||||
systemd.network.netdevs = {
|
||||
"20-wg0" = {
|
||||
netdevConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue