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 {
|
nixosSystem {
|
||||||
specialArgs = {inherit inArgs;};
|
specialArgs = {inherit inArgs;};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/${hostname}
|
../hosts/${hostname}
|
||||||
#./debug.nix
|
#./debug.nix
|
||||||
{
|
{
|
||||||
networking.hostName = hostname;
|
networking.hostName = hostname;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue