fix: correct path

This commit is contained in:
Ranomier 2025-06-08 03:32:28 +02:00
parent 68f44bcc3a
commit 924304c8ea

View file

@ -7,7 +7,7 @@ in
nixosSystem {
specialArgs = {inherit inArgs;};
modules = [
./hosts/${hostname}
../hosts/${hostname}
#./debug.nix
{
networking.hostName = hostname;