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