diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ options = import ./options.nix; in rec { nixosConfigurations = { - shinji = import ./hosts/shinji { inherit inputs options; }; + shinji = import ./hosts/shinji.nix { inherit inputs options; }; }; homeConfigurations = { |