coolneng 88d5671f8e flake.lock: Update
Flake lock file updates:

• Updated input 'agenix':
    'github:ryantm/agenix/42d371d861a227149dc9a7e03350c9ab8b8ddd68' (2023-01-09)
  → 'github:ryantm/agenix/49798e535ebc07fec82256b283d35be36d8c6c9a' (2023-01-29)
2023-01-30 04:40:06 +01:00
2023-01-23 23:47:16 +01:00
2022-07-20 22:38:20 +02:00
2023-01-30 04:40:06 +01:00
2019-12-09 06:50:11 +01:00
2023-01-23 23:46:18 +01:00
2023-01-22 17:59:14 +01:00

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

  1. Download the sdcard image
  2. Connect a keyboard to the Raspberry Pi and set the password
passwd
sudo su
passwd

The default user is nixos

  1. 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
  1. Rebuild the system using Flakes
nix-shell -p git
sudo nixos-rebuild switch --flake /home/nixos/system#zion --impure
  1. Restore the SQL databases
psql -U postgres -f /vault/backups/zion/databases/all.sql
Description
No description provided
Readme 1.9 MiB
Languages
Nix 90.2%
Shell 9.4%
Makefile 0.4%