made services in defiant configurable
This commit is contained in:
parent
a0e047db97
commit
e3990cb6d2
3 changed files with 157 additions and 120 deletions
|
@ -25,6 +25,10 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
domains = {
|
||||
base_domain = "jan-leila.com";
|
||||
};
|
||||
|
||||
services = {
|
||||
zfs = {
|
||||
autoScrub.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue