fix import path
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user