update system

This commit is contained in:
2025-08-08 10:54:39 +02:00
parent 86f5331def
commit c570ea0f54
7 changed files with 38 additions and 31 deletions

View File

@@ -21,7 +21,7 @@ in
lpc21isp
dfu-util
openscad
orca-slicer
# orca-slicer
];
home-manager.users.${username} = {
services.flatpak.packages = [

View File

@@ -21,6 +21,13 @@ in
users.users.${username}.extraGroups = [ "libvirtd" ];
boot = {
kernelParams = [
"amd_iommu=on"
"iommu=pt"
];
};
environment.systemPackages = with pkgs; [
virt-manager
virt-viewer