sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
transmission: more config
[sourcephile-nix.git]
/
nixos
/
modules
/
services
/
networking
/
domains.nix
diff --git
a/nixos/modules/services/networking/domains.nix
b/nixos/modules/services/networking/domains.nix
index f503dcb5de2a4b85740a1268a7fbf8e292f4cbdf..a784c2da514b23641df1183c83601e11cd74a511 100644
(file)
--- a/
nixos/modules/services/networking/domains.nix
+++ b/
nixos/modules/services/networking/domains.nix
@@
-7,10
+7,5
@@
options.networking = {
description = "Base network name.";
example = "example";
};
- domainAliases = lib.mkOption {
- type = types.listOf types.str;
- description = "Domain aliases.";
- example = [ "example.org" "example.net" ];
- };
};
}