From 39d2f22cbbedd3d13d89cf9eb9cf607620fbff2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 26 Jul 2026 16:40:13 +0200 Subject: [PATCH] updates, small hive and trollshell cfg --- flake.lock | 20 ++++++++++---------- homeConfigurations/muede/trollshell.nix | 1 + nixosModules/constellation-swarm.nix | 2 ++ 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 61a97fe..80a671a 100644 --- a/flake.lock +++ b/flake.lock @@ -380,11 +380,11 @@ ] }, "locked": { - "lastModified": 1784895765, - "narHash": "sha256-yRyMoMdD5fp6aXMbt5MURj1uBUrrJKDFn8jduePjUWI=", + "lastModified": 1785067862, + "narHash": "sha256-kPwrauWi/wPpcxM4la3/WEfKwY8VChIK/Wl3CpWLYSs=", "ref": "refs/heads/main", - "rev": "9f82dc4e7d1e8f09b1862d58025e2ab52970902d", - "revCount": 2899, + "rev": "2cab121b359096f0957459dcd0b2a051af76eedd", + "revCount": 2924, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, @@ -661,11 +661,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1784812282, - "narHash": "sha256-Na4aTmdz22ovtSvcvNKaRwEWkg801hDyX6t8JqvW+sE=", + "lastModified": 1784872115, + "narHash": "sha256-THPEF2po0fsoH8gNtp+Ae0XFDJH3N/ol7xO3v6VMTJU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6d12004108e0e4a5cfa4bd83b14477f040b15773", + "rev": "335f0738cb2fa9708f3f428e39d2eae975d1338d", "type": "github" }, "original": { @@ -722,11 +722,11 @@ ] }, "locked": { - "lastModified": 1784992708, - "narHash": "sha256-/qzzGnpFC+GUfX3NVVfkBVTjickV8w1hPyzrJlYw48U=", + "lastModified": 1785018925, + "narHash": "sha256-gxWMwgvV6W6V9PhfP1VmjYvzcdBd8Hcdt7LCFNYz7uY=", "owner": "nix-community", "repo": "NUR", - "rev": "156cad3556a548b9baa8bea5cc5dc51b8a6fc915", + "rev": "2e7a3ed8ee1f4f6a73eb697c21a6422317b61f25", "type": "github" }, "original": { diff --git a/homeConfigurations/muede/trollshell.nix b/homeConfigurations/muede/trollshell.nix index 8c83a20..38360aa 100644 --- a/homeConfigurations/muede/trollshell.nix +++ b/homeConfigurations/muede/trollshell.nix @@ -3,5 +3,6 @@ programs.trollshell = { enable = true; weather.fallbackCity = "Berlin"; + cliphist.enable = true; }; } diff --git a/nixosModules/constellation-swarm.nix b/nixosModules/constellation-swarm.nix index 5782d3f..5e8c96b 100644 --- a/nixosModules/constellation-swarm.nix +++ b/nixosModules/constellation-swarm.nix @@ -40,5 +40,7 @@ in endpoint = "https://exponentials.vibec0re.mov/otel"; headersCredential = "/etc/hyperhive/otel-cred"; }; + c0re.adminUsers = ["muede"]; + c0re.agentMemoryMax = "6G"; }; }