Commit graph

215 commits

Author SHA1 Message Date
1c1d73fbab Refactors backup engine & SMTP config
• Introduces a unified backup service generator with notification and stats extraction
• Consolidates Borg backup logic, replacing duplicate service definitions
• Updates SMTP configuration and Apprise URL generation in secret specifications
• Refines file exclusion lists for snapraid
2025-04-30 15:05:01 -04:00
981634c923 Refactor pool.nix to create a symlink for the git directory in the home folder and clean up tmpfiles rules 2025-04-30 01:18:46 -04:00
955b61c5a9 Adds snapraid input & database ports
- Adds configuration for snapraid-aio from upstream repository
- Updates allowed ports with entries for MySQL and PostgreSQL
2025-04-29 16:08:15 -04:00
5fb3d590c6 Refactors Komodo host configs
• Moves Caddy configuration from optional to dedicated host config file
• Relocates container configs for authentik and Komodo under new host config path
• Updates default host config to import the new structure
• Bumps system stateVersion to 25.05
2025-04-29 15:53:21 -04:00
2942d4bf9a ACME dns propagation fix 2025-04-29 15:51:35 -04:00
ce6c7db198 Refactor SSH known_hosts handling to use a _source, allowing local changes when needed 2025-04-29 11:16:25 -04:00
0416d8c3c1 MergerFS NFS git permissions fix, and acl disable 2025-04-29 11:15:50 -04:00
72ce184bd4 Refactor and reorganize cloud and proxy configs
- Introduces new modules for cloud, backup, and NFS services
- Removes deprecated Caddy and cloudflared configs
- Migrate /pool from SSHFS to NFS
- Migrate filerun and SnapRAID configurations to cloud only for better modularity
2025-04-29 11:14:59 -04:00
f63f4f737c Replace yay pkg with yay.nix flake 2025-04-28 18:20:56 -04:00
a58684c0a3 Add .chat to .gitignore to exclude chat files from version control 2025-04-24 01:05:19 -04:00
91ecc62472 Update readme.md 2025-04-24 01:05:19 -04:00
4c9b07a8f0 Setup git-crypt for secrets.nix, enables gnupg in nix as well. 2025-04-24 01:05:19 -04:00
3682ace397 Add 1 git-crypt collaborator
New collaborators:

	9449ECE5 Toph (decrypt git) <toph@ryot.foo>
2025-04-24 01:05:18 -04:00
b65fdb30ba Refactor user authentication to use hashed passwords across all configurations 2025-04-24 01:05:18 -04:00
167fcde3cb Add known_hosts support in SSH secrets
• Append known_hosts file generation using defined SSH entries
• Change knownHosts type from attribute set to list for simplicity
2025-04-24 01:05:18 -04:00
38087f582e Refactor git configuration to use userFullName instead of handle 2025-04-24 01:05:18 -04:00
2e4db2b86c Refactor user configuration to utilize secret-based management and remove deprecated environment files 2025-04-24 01:05:18 -04:00
64fd35874e Remove deprecated configuration files for Cloudflare, minimal user setup, and msmtp 2025-04-22 21:14:43 -04:00
282f1e4ba2 Refactor fastfetch configuration and clean up unused module definitions 2025-04-22 21:13:59 -04:00
844e4f6184 Refactor user group assignment in minimal default.nix and clean up unused dependencies in citron-emu package.nix 2025-04-22 21:13:47 -04:00
856376d758 Adopts secret-based environment configs
- Generates Cloudflare configuration at build time
- Replaces static environment files with secret-driven configuration for containers
- Unifies environment settings for authentik and komodo
2025-04-22 21:12:08 -04:00
8eba3b905c Refactors SSH config management
- Consolidates SSH config into a unified file
- Replaces deprecated config files and updates file sources
- Ensures proper SSH key permission handling and mapping
2025-04-22 21:10:28 -04:00
ebf083522b Add secret spec & update host config
- Import secrets modules into main configuration
- Rename and rearrange host specification options
- Introduce new host options: desktop, shell, and pool
- Create secret spec with SSH, API, Docker, user, and firewall submodules
2025-04-22 21:07:07 -04:00
75164e6e8e Streamlines Fish init commands
• Replace multi-option SSH function with a simplified alias
• Correct rm command error message from "trashy" to "trash"
• Organize function sections and update completions
2025-04-22 15:03:50 -04:00
6645d50680 Removed Minimal Installer and rebuild script. Yay and new shell.nix cover their uses cases. 2025-04-22 00:59:50 -04:00
40fffe6a55 Refactor shell.nix to import overlays and yay. Better fitted for doomsday scenario 2025-04-22 00:56:36 -04:00
b45261c251 Enhance package listing with persistent caching and update description for fish completions 2025-04-22 00:49:14 -04:00
eca43c4d84 Adds yay command wrapper for Nix operations
- Removes legacy garbage and rebuild functions from shell initialization
- Integrates a new yay package with commands for rebuild, update, garbage collection, and more
- Adds Fish shell completions for improved usability
- Updates system configuration to include yay as a package
2025-04-21 04:08:43 -04:00
bdc52d2dbd Fix flake and default configurations FLAKE path 2025-04-21 04:06:26 -04:00
cca85f737e Refactor user home directory references to use config.hostSpec.home for consistency across configurations 2025-04-21 02:07:52 -04:00
2fd5d6df58 Flake.lock update 2025-04-20 13:31:37 -04:00
541eec3841 Updates audio and kernel configs; Fixes Bluetooth
- Adds full PulseAudio package configuration
- Refines Bluetooth settings, enabling power-on boot and adding extra tools/configs
- Switches to zen kernel and adjusts CPU microcode update option
2025-04-20 13:31:21 -04:00
a36fc85699 Refines Hyprland configuration and scripts
- Updates monitor identifiers for consistency (DP-3 to DP-1)
- Enhances brightness script with dynamic bus list and ddcutil integration
- Adds new window rules for specific overlay dialogs
- Fixes font package reference for better maintainability
- Consolidates firmware handling to enable all types
- Improves configuration clarity and functionality across multiple components.
2025-04-20 13:29:50 -04:00
0d58cef9d8 Adds overlays and restructures package directories
- Applies overlays in flake to make custom packages available
- Replaces recursive package import with explicit package scanning
- Moves packages from `pkgs/common` to `pkgs/` and updates overlay paths
- Updates snapraid-runner email configuration (from, host, port, credentials)
2025-04-20 13:27:09 -04:00
8084ea0bb9 Refactor borg-wrapper argument parsing to use argparse for improved clarity and error handling 2025-04-20 13:15:22 -04:00
1a87b3af47 Small borg-wrapper refactor, now uses push/pop directory changes to back up only the basename 2025-04-20 03:11:52 -04:00
d664549b8a Integrates Borg backups for emulators
• Removes legacy backup scripts
• Adds new Borg wrapper with automated backup and rotation
• Introduces a TUI for managing Borg repositories
• Updates emulator launchers to use the new backup mechanism
2025-04-19 20:53:56 -04:00
0657e04abf Enhances backup wrapper functionality
• Adds comprehensive logging and colored output for better user feedback
• Introduces robust CLI argument parsing with usage help
• Implements a monitoring loop to trigger backups on file changes
• Updates wrapper invocations to use new flags for improved configuration
2025-04-19 01:42:16 -04:00
5ad86d90df Optimizes backup script for switch emulators
• Fixes parameter error from compression tool command
• Implements incremental sleep in periodic backups for faster process exit detection
• Increases backup count for emulator configurations from 20 to 30
2025-04-18 15:20:55 -04:00
3439a9c8ba Integrates backup wrapper with switch emulators
• Adds a new backup script that automates creating and rotating backups
• Updates gaming module to include dynamic configuration imports
• Creates desktop entries for emulators using the backup wrapper
2025-04-18 14:48:28 -04:00
c8bec32001 Update Hyprland configuration and improve icon theme settings 2025-04-18 14:45:13 -04:00
2230626be5 Adds Citron-Emu package
- Introduces a new derivation for Citron-Emu
- Integrates the package into the home packages list
2025-04-16 04:14:27 -04:00
e07435a4e5 Refactor commands and add archive utilities
- Replaces direct chafa call with nix run invocation
- Implements zipz and unzipz for tar/zstd compression and extraction
- Enhances error handling and usage feedback
2025-04-16 04:14:07 -04:00
c31c081a93 greetd session command fix 2025-04-16 04:13:40 -04:00
99cd170ffe Switches to uwsm for Hyprland session setup, WIP portals config needs cleanup
- Disables systemd management in favor of uwsm
- Updates environment variables for Wayland and portal support
- Adds xdg-desktop-portal packages to dependencies
- Adjusts greetd and Wayland configuration for uwsm integration
2025-04-14 13:50:59 -04:00
81d5517506 Adds temperature configuration
- Introduces day (6500) and night (4500) temperature settings
- Improves gamma control for better display color adjustment
2025-04-14 13:50:08 -04:00
31af183981 Adds hyprland steam maps through script and Ryujinx rules
- Integrates new steam mapping script for dynamic monitor control
- Updates key bindings to toggle steam mapping via exec commands
- Introduces Ryujinx window rules for improved session handling
- Refactors submap binding output in scripts for consistency
2025-04-14 13:49:49 -04:00
f1ef3ca79e Updates hyprland theme config
• Comments out VS Code profile setting to disable specific profiles
• Revises palette colors and associated documentation links for consistency
2025-04-14 13:48:12 -04:00
9c6088ba5f Updates package management and protects rm
- Removes redundant packages from core settings
- Adds trash CLI and a safety wrapper for rm
- Reassigns curl to system packages and omits plocate
2025-04-14 13:47:01 -04:00
acf2240888 Adds adb support with user group configuration
- Introduces an optional module to enable adb
- Integrates adb module into host configuration
- Adds adbusers group membership to user settings
2025-04-14 13:45:59 -04:00