fix import path

This commit is contained in:
2023-12-08 14:01:36 +01:00
parent cd8b5b8d3e
commit b08bdf8499

View File

@@ -56,8 +56,8 @@ in
}; };
config = { lib, config, pkgs, ... }: { config = { lib, config, pkgs, ... }: {
imports = [ imports = [
./fleet.nix ../fleet.nix
./utils/bento.nix ../utils/bento.nix
]; ];
networking = { networking = {