Fix path to hosts

This commit is contained in:
Patrick Neff 2024-04-08 16:21:08 +02:00
parent 0f0c007317
commit 59407cb1a6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
};
};
modules = [
./hosts/${hostName}/configuration.nix
../hosts/${hostName}/configuration.nix
];
};
}