mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 16:40:14 +00:00
fix warnings for flame
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ lib, ... }:
|
||||
{ lib, hostnames, ... }:
|
||||
|
||||
{
|
||||
options.nmasur.settings = {
|
||||
@ -13,7 +13,7 @@
|
||||
hostnames = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.str;
|
||||
description = "Map of service names to FQDNs";
|
||||
default = { };
|
||||
default = hostnames;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user