sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pumpkin: steam-run: install
[julm/julm-nix.git]
/
nixos
/
profiles
/
systemd-resolved.nix
diff --git
a/nixos/profiles/systemd-resolved.nix
b/nixos/profiles/systemd-resolved.nix
index eb555d46daf394962e4217f9f123d6c8f1d97b98..893c96cdc3c0eaaee1e7825ede3bf7fd86fd88fa 100644
(file)
--- a/
nixos/profiles/systemd-resolved.nix
+++ b/
nixos/profiles/systemd-resolved.nix
@@
-1,6
+1,12
@@
-{ pkgs, lib, config, ... }:
{
- services.resolved = { enable = true;
+ pkgs,
+ lib,
+ config,
+ ...
+}:
+{
+ services.resolved = {
+ enable = true;
domains = [ "~." ];
fallbackDns = [ "" ];
dnssec = "true";