fix import path
This commit is contained in:
parent
cd8b5b8d3e
commit
b08bdf8499
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ in
|
|||
};
|
||||
config = { lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
./fleet.nix
|
||||
./utils/bento.nix
|
||||
../fleet.nix
|
||||
../utils/bento.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue