Commit e35757a63d90

Vincent Demeester <vincent@sbr.pm>
2026-06-03 06:32:33
chore: remove daneel flake input and service
Removed daneel XMPP research bot input from flake and its service configuration from okinawa.
1 parent 0edf092
Changed files (3)
systems/okinawa/extra.nix
@@ -1,12 +1,10 @@
 {
   pkgs,
-  inputs,
   config,
   ...
 }:
 {
   imports = [
-    inputs.daneel.nixosModules.daneel
     ../common/programs/direnv.nix
     ../common/programs/git.nix
     ../common/programs/nix-ld.nix
@@ -107,19 +105,6 @@
     };
   };
 
-  # Daneel XMPP Research Bot
-  services.daneel = {
-    enable = true;
-    xmppJid = "researchbot@xmpp.sbr.pm";
-    ownerJid = "vincent@xmpp.sbr.pm";
-    xmppPasswordFile = config.age.secrets."xmpp-research-bot-password".path;
-    geminiApiKeyFile = config.age.secrets."gemini-api-key".path;
-    inboxPath = "/home/vincent/desktop/org/inbox.org";
-    debug = true;
-    user = "vincent";
-    group = "users";
-  };
-
   # Binary cache server (x86_64-linux)
   services.harmonia-cache = {
     enable = true;
flake.lock
@@ -281,26 +281,6 @@
         "type": "github"
       }
     },
-    "daneel": {
-      "inputs": {
-        "nixpkgs": [
-          "nixpkgs"
-        ]
-      },
-      "locked": {
-        "lastModified": 1771277071,
-        "narHash": "sha256-C/ajomMNyQpcolQwZ63gOHJcDTsLprF/tF9qKQHclVI=",
-        "ref": "refs/heads/main",
-        "rev": "8e7ed67fffd0d19a66d08636f1dcee146846181b",
-        "revCount": 23,
-        "type": "git",
-        "url": "ssh://carthage.vpn/home/vincent/git/public/daneel.git"
-      },
-      "original": {
-        "type": "git",
-        "url": "ssh://carthage.vpn/home/vincent/git/public/daneel.git"
-      }
-    },
     "darwin": {
       "inputs": {
         "nixpkgs": [
@@ -1178,7 +1158,6 @@
         "chapeau-rouge": "chapeau-rouge",
         "chick-group": "chick-group",
         "dagger": "dagger",
-        "daneel": "daneel",
         "disko": "disko",
         "dns": "dns",
         "emacs-overlay": "emacs-overlay",
flake.nix
@@ -432,8 +432,5 @@
 
     voxtype.url = "github:peteonrails/voxtype/main";
     voxtype.inputs.nixpkgs.follows = "nixpkgs";
-
-    daneel.url = "git+ssh://carthage.vpn/home/vincent/git/public/daneel.git";
-    daneel.inputs.nixpkgs.follows = "nixpkgs";
   };
 }