about summary refs log tree commit diff
path: root/users/grfn/system/home/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/system/home/default.nix')
-rw-r--r--users/grfn/system/home/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/grfn/system/home/default.nix b/users/grfn/system/home/default.nix
index 6221df95c3..f62704152b 100644
--- a/users/grfn/system/home/default.nix
+++ b/users/grfn/system/home/default.nix
@@ -18,10 +18,6 @@ rec {
     };
   });
 
-  chupacabra = home ./machines/chupacabra.nix;
-
-  chupacabraHome = chupacabra.activation-script;
-
   dobharchu = home ./machines/dobharchu.nix;
 
   dobharchuHome = dobharchu.activation-script;
@@ -31,7 +27,6 @@ rec {
   yerenHome = yeren.activation-script;
 
   meta.targets = [
-    "chupacabraHome"
     "yerenHome"
   ];
 }