summaryrefslogtreecommitdiff
path: root/home-manager/entrypoints/work.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-26 10:19:21 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-26 10:19:21 +0100
commitf41f94466c090d51be119331ec1a5e835d426a0d (patch)
tree535b736f8f4f3f245156901c36e6b54ea5df0847 /home-manager/entrypoints/work.nix
parent39a28614d565f22761b6f2b724f3a55ede1e9438 (diff)
work: disable llama user service for now
Diffstat (limited to 'home-manager/entrypoints/work.nix')
-rw-r--r--home-manager/entrypoints/work.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/entrypoints/work.nix b/home-manager/entrypoints/work.nix
index edf5d50..9aa3f2c 100644
--- a/home-manager/entrypoints/work.nix
+++ b/home-manager/entrypoints/work.nix
@@ -1,7 +1,7 @@
{ pkgs, ... }: {
imports = [
../common.nix
- ../systemd/llama.nix
+ # ../systemd/llama.nix
../hostnet.nix
../programming-languages/php.nix
];