chore: update flake

This commit is contained in:
Swarsel 2024-12-10 18:38:03 +01:00
parent ac29f57ce0
commit 7f1bd846c7
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 850 additions and 679 deletions

View file

@ -2,7 +2,7 @@ _:
{
time = {
timeZone = "Europe/Vienna";
hardwareClockInLocalTime = true;
# hardwareClockInLocalTime = true;
};
i18n = {

View file

@ -45,7 +45,7 @@ in
pkiBundle = "/etc/secureboot";
};
supportedFilesystems = [ "btrfs" ];
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
kernelParams = [
"resume_offset=533760"
];

View file

@ -8,7 +8,13 @@
config.swarselsystems.shellAliases;
nixpkgs.config.permittedInsecurePackages = [
# matrix
"olm-3.2.16"
# sonarr
"aspnetcore-runtime-wrapped-6.0.36"
"aspnetcore-runtime-6.0.36"
"dotnet-sdk-wrapped-6.0.428"
"dotnet-sdk-6.0.428"
];
}