summaryrefslogtreecommitdiff
path: root/nixos/services
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-08-05 21:45:03 -0600
committerAlejandro Soto <alejandro@34project.org>2025-08-05 21:45:32 -0600
commiteecebc6ffa285678f650700d771aace2efcf2176 (patch)
tree4fcec99522c18bce4597965b47508c64308857d6 /nixos/services
parent5b0ef836787a6d5b2bcf390899e7357e5255d515 (diff)
nixos: remove services, trash
Diffstat (limited to 'nixos/services')
-rw-r--r--nixos/services/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/services/default.nix b/nixos/services/default.nix
deleted file mode 100644
index 5ce655e..0000000
--- a/nixos/services/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- config,
- lib,
- pkgs,
- ...
-}: {
- imports = [];
-}