Refactor the Nix config management.

This commit is contained in:
Root User 2026-02-06 21:31:22 +01:00
parent 55fe63bcdb
commit aca053b4e1
Signed by: root
GPG key ID: 087F0A95E5766D72
23 changed files with 954 additions and 1764 deletions

View file

@ -200,8 +200,6 @@ in {
fsType = "ext4"; # Use "btrfs" or "xfs" if you formatted it differently
};
# Enable Rsymc
services.rsync.enable = true;