diff --git a/flake.lock b/flake.lock index 47a63c2..84bf9fb 100644 --- a/flake.lock +++ b/flake.lock @@ -668,11 +668,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1788151314, - "narHash": "sha256-uNWTTBhvj+tPqfDJUuMq9hkVYb69YFz4dEGlnfsCW8A=", + "lastModified": 1788173616, + "narHash": "sha256-x/B/7TqgY44sZtp61hyVh6qUf4u8k/jRqN6zowV/BtU=", "owner": "numtide", "repo": "llm-agents.nix", - "rev": "e0e1c45e2d609f4a206ead7a637c28801e36baab", + "rev": "f55ce77d0c5a84f80b86a81e7b8231f10e17aa99", "type": "github" }, "original": { @@ -698,14 +698,17 @@ "nur": "nur" }, "locked": { - "lastModified": 1788169463, - "narHash": "sha256-Bj2G9AkAndQJ6/fcByDH4YDtlugBZbYMnGL8hb/AJpo=", - "path": "/home/m3tam3re/p/NIX/m3ta-home", - "type": "path" + "lastModified": 1788169498, + "narHash": "sha256-XAxkWYFpiK0zuNy6eNvomJMsC9+2WeD0HubdgpZNepE=", + "ref": "refs/heads/master", + "rev": "fb3e39f0ce25d9cd4c82c9e8e152e49fd97a3a61", + "revCount": 124, + "type": "git", + "url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home" }, "original": { - "path": "/home/m3tam3re/p/NIX/m3ta-home", - "type": "path" + "type": "git", + "url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home" } }, "m3ta-nixpkgs": { @@ -747,14 +750,17 @@ "opencode": "opencode_2" }, "locked": { - "lastModified": 1788169473, - "narHash": "sha256-Vx2fmPGhNwVIIEObkyBo0Obawsn1uD7zLjyBeauoODM=", - "path": "/home/m3tam3re/p/NIX/nixpkgs", - "type": "path" + "lastModified": 1788169490, + "narHash": "sha256-lBGzlZvX54QIl/ccPqpimMpVch7nKsbXDgvulMY890k=", + "ref": "refs/heads/master", + "rev": "8f2d1beba3c9cbe1df1ca1ee3d16437be7ccf1b2", + "revCount": 386, + "type": "git", + "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" }, "original": { - "path": "/home/m3tam3re/p/NIX/nixpkgs", - "type": "path" + "type": "git", + "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" } }, "nix-colors": { diff --git a/flake.nix b/flake.nix index aff871e..03db315 100644 --- a/flake.nix +++ b/flake.nix @@ -23,9 +23,9 @@ nixpkgs-master.url = "github:nixos/nixpkgs/master"; m3ta-nixpkgs = { - # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"; inputs.nixpkgs.follows = "nixpkgs"; - url = "path:/home/m3tam3re/p/NIX/nixpkgs"; + # url = "path:/home/m3tam3re/p/NIX/nixpkgs"; }; llm-agents.url = "github:numtide/llm-agents.nix"; @@ -47,8 +47,8 @@ nix-colors.url = "github:misterio77/nix-colors"; m3ta-home = { - # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; - url = "path:/home/m3tam3re/p/NIX/m3ta-home"; + url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"; + # url = "path:/home/m3tam3re/p/NIX/m3ta-home"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/hosts/m3-kratos/services/default.nix b/hosts/m3-kratos/services/default.nix index 74a897a..b703ec1 100644 --- a/hosts/m3-kratos/services/default.nix +++ b/hosts/m3-kratos/services/default.nix @@ -2,7 +2,7 @@ imports = [ ./containers # ./greetd.nix - ./mem0.nix + # ./mem0.nix ./n8n.nix ./netbird.nix ./postgres.nix