many changes and more modularizing
This commit is contained in:
9
hosts/fw/modules/network-prefix.nix
Normal file
9
hosts/fw/modules/network-prefix.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, ... }: {
|
||||
options = {
|
||||
networkPrefix = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
example = "10.42";
|
||||
description = "First two octets of the network";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user