fix: correct path
This commit is contained in:
parent
68f44bcc3a
commit
924304c8ea
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ in
|
|||
nixosSystem {
|
||||
specialArgs = {inherit inArgs;};
|
||||
modules = [
|
||||
./hosts/${hostname}
|
||||
../hosts/${hostname}
|
||||
#./debug.nix
|
||||
{
|
||||
networking.hostName = hostname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue