Go to file
coolneng e50317de0c flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/42ca9bef09e780eabe84328dd1b730cef978f098' (2022-07-23)
  → 'github:NixOS/nixpkgs/e494a908e8895b9cba18e21d5fc83362f64b3f6a' (2022-07-24)
2022-07-25 01:14:05 +02:00
modules Change network subnet 2022-07-12 20:49:08 +02:00
overlays
scripts
secrets Notify of SMART errors via email 2022-05-02 05:49:01 +02:00
LICENSE.md
Makefile Replace --use-remote-sudo with sudo 2022-05-21 11:43:15 +02:00
README.org
configuration.nix Replace logrotate with a journalctl option 2022-07-12 14:53:54 +02:00
flake.lock flake.lock: Update 2022-07-25 01:14:05 +02:00
flake.nix Use attrset for agenix input settings 2022-07-12 14:54:19 +02:00

README.org

NixOS Laptop

Configuration files for my personal machine, powered by NixOS.

Modules

The configuration is sliced into different files, per category:

  • ZFS pool configuration: hardware-configuration.nix
  • Globally installed packages: software.nix
  • Network and VPN configuration: networking.nix
  • Window manager and userland services: gui.nix
  • Synchronization and backup services: datasync.nix
  • Sound and music setup: audio.nix
  • Development tools: development.nix
  • Printing and scanner client: printing.nix
  • Systemd user services and timers: periodic.nix
  • Power management: power.nix

All the modules are imported in configuration.nix