fixed spelling mistake

This commit is contained in:
Timo Boomers 2025-05-17 13:51:51 +02:00
parent 5c9cce1e4a
commit 329e741553
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw

View File

@ -165,7 +165,7 @@
modules = [ modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
./hosts/v-th-rpi-01/home.nix ./hosts/p-th-rpi-01/home.nix
]; ];
}; };
}; };