made services in defiant configurable

This commit is contained in:
Leyla Becker 2024-09-21 12:52:44 -05:00
parent a0e047db97
commit e3990cb6d2
3 changed files with 157 additions and 120 deletions

View file

@ -25,6 +25,10 @@
nixpkgs.config.allowUnfree = true;
domains = {
base_domain = "jan-leila.com";
};
services = {
zfs = {
autoScrub.enable = true;