Compare commits

..

2 Commits

Author SHA1 Message Date
eliaskohout f6987797a7 version update for ax 2026-04-14 12:59:28 +02:00
eliaskohout 46d1b8dce2 update ax config with netbird domain 2026-04-14 00:31:04 +02:00
3 changed files with 13 additions and 13 deletions
Generated
+9 -9
View File
@@ -61,11 +61,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1775305101,
"narHash": "sha256-/74n1oQPtKG52Yw41cbToxspxHbYz6O3vi+XEw16Qe8=",
"lastModified": 1776067740,
"narHash": "sha256-B35lpsqnSZwn1Lmz06BpwF7atPgFmUgw1l8KAV3zpVQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "36a601196c4ebf49e035270e10b2d103fe39076b",
"rev": "7e495b747b51f95ae15e74377c5ce1fe69c1765f",
"type": "github"
},
"original": {
@@ -77,11 +77,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1775423009,
"narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=",
"lastModified": 1775710090,
"narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9",
"rev": "4c1018dae018162ec878d42fec712642d214fdfa",
"type": "github"
},
"original": {
@@ -108,11 +108,11 @@
]
},
"locked": {
"lastModified": 1775365543,
"narHash": "sha256-f50qrK0WwZ9z5EdaMGWOTtALgSF7yb7XwuE7LjCuDmw=",
"lastModified": 1776119890,
"narHash": "sha256-Zm6bxLNnEOYuS/SzrAGsYuXSwk3cbkRQZY0fJnk8a5M=",
"owner": "mic92",
"repo": "sops-nix",
"rev": "a4ee2de76efb759fe8d4868c33dec9937897916f",
"rev": "d4971dd58c6627bfee52a1ad4237637c0a2fb0cd",
"type": "github"
},
"original": {
+1 -1
View File
@@ -68,7 +68,7 @@
xdg.configFile."ax/config.json".text = builtins.toJSON {
remote = {
host = "192.168.178.214";
host = "blackpearl.n.eliaskohout.de";
port = 7000;
};
};
+3 -3
View File
@@ -2,12 +2,12 @@
pkgs.buildGoModule {
pname = "ax";
version = "0.1.3";
version = "0.1.4";
src = pkgs.fetchgit {
url = "https://g.eliaskohout.de/eliaskohout/ax";
rev = "v0.1.3";
hash = "sha256-IlQMAynwthzcu9YaHgelEEk9KEubmDWBtyp+bkys99M=";
rev = "v0.1.4";
hash = "sha256-xAp02n6SDavTFn4ey60wp06EbaGyEpkK0JOy/P4EVAo=";
};
sourceRoot = "ax/src";