nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit dae0a9076acefe05777a41a67dbbef51b037ec7c
parent fb64a8d36f26cc654d6060d52040aa4805b2d29d
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu, 28 May 2026 13:11:07 +0100

Can't be missing semi-colons!

Diffstat:
Mvariables.sample.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/variables.sample.nix b/variables.sample.nix @@ -8,7 +8,7 @@ let sshkey = "ssh-rsa yourpubkeyhere"; sshport = 2222; timezone = "Europe/London"; - postcode = "AA1 1AA" + postcode = "AA1 1AA"; address = "123 Fake Street\n${postcode}"; htpasswd = ""; # caddy hash-password --plaintext "yourpassword" | base64 -w0 vpnusername = "";