Fix path
This commit is contained in:
parent
b54a18f3a4
commit
8e93efe945
|
@ -58,7 +58,7 @@ in
|
||||||
|
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
imports = [
|
imports = [
|
||||||
(import ./common.nix { inherit inputs config pkgs; })
|
(import ./utils/common.nix { inherit inputs config pkgs; })
|
||||||
(import ./utils/services.nix { inherit pkgs; scripts = scripts; })
|
(import ./utils/services.nix { inherit pkgs; scripts = scripts; })
|
||||||
./ssh
|
./ssh
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue