feat: move to stable

This commit is contained in:
zack 2024-09-12 19:29:12 -04:00
parent 31d2590613
commit 1a5c9794aa
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
11 changed files with 81 additions and 44 deletions

View file

@ -73,7 +73,7 @@
};
# networking.firewall.enable = false;
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelPackages = lib.custom.pkgs-unstable.linuxPackages_zen;
boot.supportedFilesystems = ["ntfs"];
services.dlna.enable = true;
@ -118,4 +118,6 @@
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
system.stateVersion = "24.05";
}