fix comments
This commit is contained in:
parent
8cb0676ca5
commit
f62eb307b1
|
@ -91,7 +91,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Select internationalisation properties
|
# Select internationalisation properties
|
||||||
i18n.defaultLocale = "en_AU.UTF-8";
|
i18n.defaultLocale = "en_AU.UTF-8";
|
||||||
# Set timezone
|
# Set timezone
|
||||||
time.timeZone = "Australia/Perth";
|
time.timeZone = "Australia/Perth";
|
||||||
|
@ -148,6 +148,8 @@
|
||||||
51820 # Wireguard
|
51820 # Wireguard
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Setup our Home network VPN
|
||||||
wireguard.interfaces = {
|
wireguard.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
# IP address and subnet of the server's end of the tunnel interface
|
# IP address and subnet of the server's end of the tunnel interface
|
||||||
|
@ -190,7 +192,6 @@
|
||||||
inputs.agenix.packages."${system}".default
|
inputs.agenix.packages."${system}".default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -146,7 +146,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
jellyseerr = {
|
jellyseerr = {
|
||||||
rule ="Host(`js.kanto.dev`)";
|
rule = "Host(`js.kanto.dev`)";
|
||||||
entryPoints = [
|
entryPoints = [
|
||||||
"websecure"
|
"websecure"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue