updates, small hive and trollshell cfg

This commit is contained in:
müde 2026-07-26 16:40:13 +02:00
commit 39d2f22cbb
3 changed files with 13 additions and 10 deletions

20
flake.lock generated
View file

@ -380,11 +380,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1784895765, "lastModified": 1785067862,
"narHash": "sha256-yRyMoMdD5fp6aXMbt5MURj1uBUrrJKDFn8jduePjUWI=", "narHash": "sha256-kPwrauWi/wPpcxM4la3/WEfKwY8VChIK/Wl3CpWLYSs=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "9f82dc4e7d1e8f09b1862d58025e2ab52970902d", "rev": "2cab121b359096f0957459dcd0b2a051af76eedd",
"revCount": 2899, "revCount": 2924,
"type": "git", "type": "git",
"url": "https://forge.darkest.space/hyperhive/hyperhive.git" "url": "https://forge.darkest.space/hyperhive/hyperhive.git"
}, },
@ -661,11 +661,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1784812282, "lastModified": 1784872115,
"narHash": "sha256-Na4aTmdz22ovtSvcvNKaRwEWkg801hDyX6t8JqvW+sE=", "narHash": "sha256-THPEF2po0fsoH8gNtp+Ae0XFDJH3N/ol7xO3v6VMTJU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6d12004108e0e4a5cfa4bd83b14477f040b15773", "rev": "335f0738cb2fa9708f3f428e39d2eae975d1338d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -722,11 +722,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1784992708, "lastModified": 1785018925,
"narHash": "sha256-/qzzGnpFC+GUfX3NVVfkBVTjickV8w1hPyzrJlYw48U=", "narHash": "sha256-gxWMwgvV6W6V9PhfP1VmjYvzcdBd8Hcdt7LCFNYz7uY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "156cad3556a548b9baa8bea5cc5dc51b8a6fc915", "rev": "2e7a3ed8ee1f4f6a73eb697c21a6422317b61f25",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -3,5 +3,6 @@
programs.trollshell = { programs.trollshell = {
enable = true; enable = true;
weather.fallbackCity = "Berlin"; weather.fallbackCity = "Berlin";
cliphist.enable = true;
}; };
} }

View file

@ -40,5 +40,7 @@ in
endpoint = "https://exponentials.vibec0re.mov/otel"; endpoint = "https://exponentials.vibec0re.mov/otel";
headersCredential = "/etc/hyperhive/otel-cred"; headersCredential = "/etc/hyperhive/otel-cred";
}; };
c0re.adminUsers = ["muede"];
c0re.agentMemoryMax = "6G";
}; };
} }