diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/shinji.nix (renamed from hosts/shinji/default.nix) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji.nix index d1a02a8..ae06141 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji.nix @@ -12,7 +12,7 @@ inputs.nixpkgs.lib.nixosSystem rec { specialArgs = { inherit inputs; }; modules = [ options - ../../nix + ../nix { # options hostName = "shinji"; |