chore: run nixfmt tree-wide

This commit is contained in:
Primrose 2026-01-29 15:51:39 +01:00
parent 760774d053
commit ea3571e226
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 1 additions and 2 deletions

View file

@ -84,7 +84,6 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
# Printing and auto-discovery of Wi-Fi printers # Printing and auto-discovery of Wi-Fi printers
services.avahi = { services.avahi = {
enable = true; enable = true;

View file

@ -6,7 +6,7 @@ let
"kvm" "kvm"
]; ];
in in
{pkgs, ...}: { pkgs, ... }:
{ {
nix.buildMachines = [ nix.buildMachines = [
# NOTE: these hosts need to be put in the .ssh/config of root. # NOTE: these hosts need to be put in the .ssh/config of root.