chore: fix cfdyn (#36)
* feat: add overlays * Auto lint/format * feat: fix dns01 firewall ports * chore: new keys for dns01 * fix: dupe key * chore: fix cfdyn --------- Co-authored-by: Truxnell <9149206+truxnell@users.noreply.github.com> Co-authored-by: truxnell <truxnell@users.noreply.github.com>
This commit is contained in:
parent
2f472230fd
commit
662806ab07
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ with lib;
|
|||
|
||||
services.udisks2.enable = mkDefault false;
|
||||
xdg = {
|
||||
autostart.enable = mkDefault true;
|
||||
autostart.enable = mkDefault false;
|
||||
icons.enable = mkDefault false;
|
||||
mime.enable = mkDefault false;
|
||||
mime.enable = mkDefault true;
|
||||
sounds.enable = mkDefault false;
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue