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";
|
||||
# Set timezone
|
||||
time.timeZone = "Australia/Perth";
|
||||
|
@ -148,6 +148,8 @@
|
|||
51820 # Wireguard
|
||||
];
|
||||
};
|
||||
|
||||
# Setup our Home network VPN
|
||||
wireguard.interfaces = {
|
||||
wg0 = {
|
||||
# IP address and subnet of the server's end of the tunnel interface
|
||||
|
@ -190,7 +192,6 @@
|
|||
inputs.agenix.packages."${system}".default
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
};
|
||||
|
||||
jellyseerr = {
|
||||
rule ="Host(`js.kanto.dev`)";
|
||||
rule = "Host(`js.kanto.dev`)";
|
||||
entryPoints = [
|
||||
"websecure"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue