Have an enable setting for the vpn-ip setup (enabled by default) so wheatley won't break
This commit is contained in:
parent
e9a3ead518
commit
2c5b7e4b28
3 changed files with 34 additions and 21 deletions
|
@ -2,6 +2,10 @@
|
|||
with lib; {
|
||||
# Declare what settings a user of this "hello.nix" module CAN SET.
|
||||
options.services.vpn-ip = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
};
|
||||
ip = mkOption {
|
||||
type = types.str;
|
||||
default = "0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue