style: reformat all nix files

This commit is contained in:
Felix Schröter 2025-09-15 20:46:37 +02:00
parent 0b5daa99ed
commit 2dcb901ae1
Signed by: felschr
GPG key ID: 671E39E6744C807D
8 changed files with 51 additions and 47 deletions

View file

@ -30,7 +30,8 @@ in
"luci-ssl"
"nextdns"
"tailscale"
] ++ packages;
]
++ packages;
# TODO set up SSH config (register public keys, disable password login, ...)
files = pkgs.runCommand "image-files" { } ''