update: 24.11

This commit is contained in:
marthsincemelee
2024-04-21 17:46:13 +02:00
committed by Finn
parent 619c6c6ed4
commit 8ce14dc6e0
4 changed files with 11 additions and 6 deletions
-1
View File
@@ -63,7 +63,6 @@
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
+10 -2
View File
@@ -14,6 +14,16 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.unstable.linuxPackages_latest;
# Shitfuck SOnar Dotnet dependency
nixpkgs.config = {
permittedInsecurePackages = [
"aspnetcore-runtime-6.0.36"
"aspnetcore-runtime-wrapped-6.0.36"
"dotnet-sdk-6.0.428"
"dotnet-sdk-wrapped-6.0.428"
];
};
# Enable the X11 windowing system.
# services.xserver.enable = true;
@@ -38,8 +48,6 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
security.rtkit.enable = true;
system = {
-1
View File
@@ -35,7 +35,6 @@
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {