From adb91085557e7cccc68ac51d9b37b45a16364343 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 23 Nov 2024 20:08:03 -0600 Subject: [PATCH] feat: reformated services --- nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/default.nix b/nixos/default.nix index de2cf36..d1ed09d 100755 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,6 +1,6 @@ let modulesPath = ./modules; - servicePath = modulesPath + "/services"; + servicePath = modulesPath + /services; moduleImport = path: nameTransform: builtins.listToAttrs (