/tmp for bottles
This commit is contained in:
parent
2b728eda59
commit
5bb729507f
2 changed files with 5 additions and 1 deletions
|
|
@ -50,6 +50,11 @@
|
||||||
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#nixos";
|
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos#nixos";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
# For bottles so it can write in /tmp
|
||||||
|
boot.tmpOnTmpfs = false;
|
||||||
|
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,6 @@
|
||||||
winetricks
|
winetricks
|
||||||
protonup-qt
|
protonup-qt
|
||||||
lutris
|
lutris
|
||||||
bottles
|
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
bottles
|
bottles
|
||||||
bubblewrap
|
bubblewrap
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue