clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

configs

sspaeti 4f05042b 4275d4b3

+2 -1
+2 -1
hypr/.config/hypr/sspaeti/windows-ms/docker-compose.yml
··· 4 4 container_name: windows 5 5 environment: 6 6 VERSION: "11" 7 - RAM_SIZE: "8G" 7 + RAM_SIZE: "12G" 8 8 CPU_CORES: "4" 9 9 devices: 10 10 - /dev/kvm ··· 17 17 - 3389:3389/udp 18 18 volumes: 19 19 - ~/Documents/VMs/windows:/storage 20 + - /home/sspaeti/Simon:/data 20 21 restart: always 21 22 stop_grace_period: 2m