Flake update + migrate to obsidian

This commit is contained in:
Filippo Berto 2025-03-08 19:01:28 +01:00
parent 0166435ed2
commit 4ca74d8272
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
5 changed files with 39 additions and 36 deletions

View file

@ -48,11 +48,11 @@
allowUnfree = true;
extraOptions = "experimental-features = nix-command flakes";
permittedInsecurePackages = [
"electron-27.3.11" # LogSeq
"aspnetcore-runtime-6.0.36" # Sonarr
"aspnetcore-runtime-wrapped-6.0.36" # Sonarr
"dotnet-sdk-6.0.428" # Sonarr
"dotnet-sdk-wrapped-6.0.428" # Sonarr
# "electron-27.3.11" # LogSeq
# "aspnetcore-runtime-6.0.36" # Sonarr
# "aspnetcore-runtime-wrapped-6.0.36" # Sonarr
# "dotnet-sdk-6.0.428" # Sonarr
# "dotnet-sdk-wrapped-6.0.428" # Sonarr
];
};