Go to file
coolneng 53a6a9c1a0 flake.lock: Update
Flake lock file updates:

• Updated input 'agenix':
    'github:ryantm/agenix/572baca9b0c592f71982fca0790db4ce311e3c75' (2023-09-15)
  → 'github:ryantm/agenix/1f677b3e161d3bdbfd08a939e8f25de2568e0ef4' (2023-09-22)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/5ba549eafcf3e33405e5f66decd1a72356632b96' (2023-09-19)
  → 'github:NixOS/nixpkgs/6500b4580c2a1f3d0f980d32d285739d8e156d92' (2023-09-25)
2023-09-28 14:34:17 +02:00
assets/bitwig Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
modules Remove mopidy-soundcloud overlay 2023-09-11 16:20:41 +02:00
scripts Add autotrim to zpool creation command 2021-08-17 00:57:33 +01:00
secrets Use HEAD of Mopidy somafm soundcloud and youtube 2022-09-04 08:28:15 +02:00
.gitattributes Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
.gitignore Add patched bitwig-studio to packages 2023-04-10 04:23:30 +02:00
LICENSE.md Bootloader configuration and HW tweaks 2020-04-16 19:14:10 +02:00
Makefile Replace --use-remote-sudo with sudo 2022-05-21 11:43:15 +02:00
README.org Move power management settings to independent file 2020-09-03 02:36:09 +02:00
configuration.nix Increase log retention to a month 2023-09-09 08:18:15 +02:00
flake.lock flake.lock: Update 2023-09-28 14:34:17 +02:00
flake.nix Build emacs with mu4e 2023-09-11 21:50:37 +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