nixos/jackflix: Real hardware config

This commit is contained in:
2022-06-19 01:23:18 +01:00
parent e194f5c6e6
commit 75ce0a5ba9
15 changed files with 19 additions and 27 deletions

View File

@@ -28,7 +28,7 @@
server.enable = true;
secrets = {
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKzzAqa4821NlYfALYOlvR7YlOgxNuulTWo9Vm5L1mNU";
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPUv1ntVrZv5ripsKpcOAnyDQX2PHjowzyhqWK10Ml53";
};
};

View File

@@ -4,7 +4,7 @@ let
inherit (lib.my) networkdAssignment;
wg = {
keyFile = "jackflix-wg-privkey.txt";
keyFile = "jackflix/mullvad-privkey";
fwMark = 42;
routeTable = 51820;
};