rekey secrets and update mini pc config

This commit is contained in:
Kopatz
2024-05-04 12:32:52 +02:00
parent 132fc1c05f
commit c2f40e2777
23 changed files with 74 additions and 58 deletions

View File

@@ -11,11 +11,11 @@ in
description = "ipv4 address";
};
dns = lib.mkOption {
default = types.str;
type = types.str;
description = "ip of the dns server";
};
interface = lib.mkOption {
default = types.str;
type = types.str;
description = "interface to apply the change to";
};
};