diff options
| author | seth <[email protected]> | 2023-02-20 01:53:23 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 01:53:23 -0500 |
| commit | 0957b051ef4befd86ce97deef04f5095bea9543b (patch) | |
| tree | a669111fa7b0123a4e77819ddce0c0c75bef554f /hosts/common/systemd.nix | |
| parent | a276cdbfa83425423c096d8049e6e29770018e31 (diff) | |
start using nixpkgs-fmt
Diffstat (limited to 'hosts/common/systemd.nix')
| -rw-r--r-- | hosts/common/systemd.nix | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/hosts/common/systemd.nix b/hosts/common/systemd.nix index 9ee7baf..d54a2ed 100644 --- a/hosts/common/systemd.nix +++ b/hosts/common/systemd.nix @@ -1,16 +1,16 @@ -{wsl, ...}: { - services = { - journald.extraConfig = '' - MaxRetentionSec=1w - ''; - resolved = { - enable = !wsl; - dnssec = "allow-downgrade"; - extraConfig = '' - [Resolve] - DNS=1.1.1.1 1.0.0.1 - DNSOverTLS=yes - ''; - }; - }; +{ wsl, ... }: { + services = { + journald.extraConfig = '' + MaxRetentionSec=1w + ''; + resolved = { + enable = !wsl; + dnssec = "allow-downgrade"; + extraConfig = '' + [Resolve] + DNS=1.1.1.1 1.0.0.1 + DNSOverTLS=yes + ''; + }; + }; } |
