coolneng
3c037bf46d
Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/c96da5835b76d3d8e8d99a0fec6fe32f8539ee2e' (2022-09-03) → 'github:ryantm/agenix/6acb1fe5f8597d5ce63fc82bc7fcac7774b1cdf0' (2022-09-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90' (2022-09-22) → 'github:NixOS/nixpkgs/fde244a8c7655bc28616864e2290ad9c95409c2c' (2022-09-24) |
||
---|---|---|
modules | ||
scripts | ||
secrets | ||
well-known/matrix | ||
.dir-locals.el | ||
LICENSE.md | ||
README.org | ||
configuration.nix | ||
flake.lock | ||
flake.nix |
README.org
NixOS Server
Configuration files for my personal server, powered by NixOS.
Modules
The configuration is sliced into different files, per category:
- ZFS pool configuration: hardware-configuration.nix
- Network configuration: networking.nix
- Synchronization and backup services: datasync.nix
- Web services and reverse proxy: webstack.nix
- Development tools: devops.nix
- Smartd: monitoring.nix
- Systemd services and timers: periodic.nix
- Curated articles: information.nix
All the modules are imported in configuration.nix
Installation
- Download the sdcard image
- Connect a keyboard to the Raspberry Pi and set the password
passwd
sudo su
passwd
The default user is nixos
- Move the repo to the server and the agenix key
scp -R Projects/zion zion:/home/nixos/system
scp .ssh/zion root@zion:/etc/ssh/id_ed25519
- Increase the size of tmpfs
sudo mount -o remount,size=4G /run/user/0
sudo mount -o remount,size=2G /run/user/1000
- Rebuild the system using Flakes
nix-shell -p git
sudo nixos-rebuild switch --flake /home/nixos/system#zion --impure
- Restore the SQL databases
psql -U postgres -f /vault/backups/zion/databases/all.sql