Merge branch 'framework/master' into zenix/master

This commit is contained in:
tristan 2025-06-28 11:21:59 +01:00
commit 0a21167cc4
11 changed files with 32 additions and 73 deletions

View file

@ -86,6 +86,7 @@ in {
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.graphics.enable = true;
system.stateVersion = "24.05"; # don't change.
home-manager.users.${user}.imports = [

View file

@ -14,6 +14,7 @@
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
services.btrfs.autoScrub.enable = true;
fileSystems."/" = {
device = "/dev/mapper/crypted";
fsType = "btrfs";