initial commit
This commit is contained in:
9
hosts/common/core/services/default.nix
Normal file
9
hosts/common/core/services/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
# Add your core services to the same directory as this default.nix file.
|
||||
# They will automatically be imported below.
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = (lib.custom.scanPaths ./.);
|
||||
}
|
||||
Reference in New Issue
Block a user