Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 464 Bytes

HomeServerPi

This repository contains Ansible playbooks, configs, scripts etc. for my small home server, which is a Raspberry Pi 4B with 4GB RAM running on Raspberry Pi OS.

Currently, the contents of the main branch are for Raspberry Pi OS based on Debian 11 Buster.

More swap

dphys-swapfile swapoff
vim /etc/dphys-swapfile

CONF_SWAPSIZE=10240 CONF_MAXSWAP=20480

dphys-swapfile setup
dphys-swapfile swapon
reboot