forked from wurzel/fruitbasket
options: move to tree root
This commit is contained in:
parent
01bcc9ecad
commit
527651706e
2 changed files with 1 additions and 1 deletions
7
options/default.nix
Normal file
7
options/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }: with lib; {
|
||||
options.networking.rDNS = mkOption {
|
||||
type = types.str;
|
||||
default = networking.fqdn;
|
||||
description = "The reverse dns record known to be set for this host.";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue