Go to file
coolneng 44cbc50d57
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07)
  → 'github:NixOS/nixpkgs/e0169d7a9d324afebf5679551407756c77af8930' (2022-06-08)
2022-06-09 17:53:43 +02:00
modules Remove redundant webtorrent-cli fix 2022-06-09 00:41:16 +02:00
overlays
scripts
secrets
LICENSE.md
Makefile Replace --use-remote-sudo with sudo 2022-05-21 11:43:15 +02:00
README.org
configuration.nix Change wireguard secret permissions 2022-06-08 16:44:07 +02:00
flake.lock flake.lock: Update 2022-06-09 17:53:43 +02:00
flake.nix

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