style: format everything

This commit is contained in:
Moritz Böhme 2025-04-13 17:58:17 +02:00
parent f4c27362c4
commit 4da8981990
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
120 changed files with 1550 additions and 1655 deletions

View file

@ -1,5 +1,8 @@
{ config, clan-core, ... }:
{
config,
clan-core,
...
}: {
imports = [
clan-core.clanModules.sshd
clan-core.clanModules.root-password
@ -10,7 +13,7 @@
./remote_builders.nix
];
networking.hosts."fd77:acc0:1d56:2265:499:9367:28e0:97d3" = [ "moritz-remarkable" ];
networking.hosts."fd77:acc0:1d56:2265:499:9367:28e0:97d3" = ["moritz-remarkable"];
# Locale service discovery and mDNS
services.avahi.enable = true;