fix comments

This commit is contained in:
♥ Minnie ♥ 2023-12-01 05:39:38 +08:00
parent 8cb0676ca5
commit f62eb307b1
2 changed files with 4 additions and 3 deletions

View file

@ -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;
};

View file

@ -146,7 +146,7 @@
};
jellyseerr = {
rule ="Host(`js.kanto.dev`)";
rule = "Host(`js.kanto.dev`)";
entryPoints = [
"websecure"
];