framework-2023-08-22-11-49-02

This commit is contained in:
Alexander Szczepanski
2023-08-22 11:49:02 +02:00
parent 9333f73867
commit d3d29d1b9e
11 changed files with 88 additions and 75 deletions

View File

@ -9,5 +9,5 @@
spiceUSBRedirection.enable = true;
};
environment.systemPackages = with pkgs; [ proot ];
environment.systemPackages = with pkgs; [ proot virtiofsd ];
}