switch to podman && add amdgpu kernel module

This commit is contained in:
gpskwlkr 2024-03-27 01:23:46 +04:00
parent f7e2c26626
commit 75e790d690
8 changed files with 26 additions and 18 deletions

View file

@ -23,6 +23,7 @@
# };
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.initrd.kernelModules = [ "amdgpu" ];
boot.lanzaboote = {
enable = true;