fmt
This commit is contained in:
@@ -116,8 +116,12 @@ in {
|
||||
};
|
||||
|
||||
config = let
|
||||
host = if cfg.vpn.enable then "192.168.15.1" else "127.0.0.1";
|
||||
in mkIf (nixarr.enable && cfg.enable) {
|
||||
host =
|
||||
if cfg.vpn.enable
|
||||
then "192.168.15.1"
|
||||
else "127.0.0.1";
|
||||
in
|
||||
mkIf (nixarr.enable && cfg.enable) {
|
||||
assertions = [
|
||||
{
|
||||
assertion = cfg.vpn.enable -> nixarr.vpn.enable;
|
||||
|
||||
Reference in New Issue
Block a user