From c3605fe76c6d77516ed550d571af57b1561ebddb Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 10 Feb 2025 22:17:17 -0600 Subject: [PATCH] Prep the beef --- nixos/beefcake.nix | 7 +++---- readme.md | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index 8ea10ee..9bd20d3 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -1696,9 +1696,9 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 ## user = "kanidm"; ## }; - services.caddy.virtualHosts."idm.h.lyte.dev" = { - extraConfig = ''reverse_proxy https://idm.h.lyte.dev:8443''; - }; + # services.caddy.virtualHosts."idm.h.lyte.dev" = { + # extraConfig = ''reverse_proxy https://idm.h.lyte.dev:8443''; + # }; networking = { extraHosts = '' @@ -1977,7 +1977,6 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00 /* TODO: non-root processes and services that access secrets need to be part of the 'keys' group - maybe this will fix plausible? systemd.services.some-service = { serviceConfig.SupplementaryGroups = [ config.users.groups.keys.name ]; diff --git a/readme.md b/readme.md index 2b97e72..64bda63 100644 --- a/readme.md +++ b/readme.md @@ -65,8 +65,7 @@ See [lib/internal.md](./lib/internal.md). - gnome missing icons - ghostty only notify if window or pane or w/e is not focused - more-easily manage gitea repo mirroring to github? -- router https://github.com/breakds/nixos-routers/blob/main/machines/welderhelper/router.nix -- a.lyte.dev for web analytics +- a.lyte.dev for web analytics is down - grafana and stuff for monitoring - alerts? - Broot config?