From 66ed7e75ba73fbf8f0a6383bd470f1f55f7ee2d8 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Wed, 4 Feb 2026 17:40:31 -0600 Subject: [PATCH 1/5] fix: disabled IdentityFile config for ssh --- modules/home-manager-modules/openssh.nix | 6 +++--- nix-config-secrets | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home-manager-modules/openssh.nix b/modules/home-manager-modules/openssh.nix index afc98dd..5f07491 100644 --- a/modules/home-manager-modules/openssh.nix +++ b/modules/home-manager-modules/openssh.nix @@ -52,9 +52,9 @@ addKeysToAgent = "confirm"; }; }; - extraConfig = lib.strings.concatLines ( - builtins.map (hostKey: "IdentityFile ~/.ssh/${hostKey.path}") config.programs.openssh.hostKeys - ); + # extraConfig = lib.strings.concatLines ( + # builtins.map (hostKey: "IdentityFile ~/.ssh/${hostKey.path}") config.programs.openssh.hostKeys + # ); }; systemd.user.services = builtins.listToAttrs ( diff --git a/nix-config-secrets b/nix-config-secrets index 6e90a73..22be815 160000 --- a/nix-config-secrets +++ b/nix-config-secrets @@ -1 +1 @@ -Subproject commit 6e90a73ed2e1e81ba37628fc5e5494a80d22b526 +Subproject commit 22be81505a49cd205e9b5c91f51af69c0b885ed3 From d7301886c6e42bda4fbb25cd1342d8cde1e8d4a8 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 7 Feb 2026 12:12:51 -0600 Subject: [PATCH 2/5] chore: added tasks to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d29ba58..3ffeac8 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ nix multi user, multi system, configuration with `sops` secret management, `home - [ ] monitor configuration in `~/.config/monitors.xml` should be sym linked to `/run/gdm/.config/monitors.xml` (https://www.reddit.com/r/NixOS/comments/u09cz9/home_manager_create_my_own_symlinks_automatically/) - [ ] migrate away from flakes and move to npins - [ ] `host.users` should be redone so that we just extend the base `users.users` object. Right now we cant quite do this because we have weird circular dependencies with disko/impermanence (not sure which one) and home manger enabling/disabling users per devices +- [ ] Home manager impermanence is preventing updates to the latest version of the module ## Broken things - [ ] figure out steam vr things? @@ -102,7 +103,9 @@ nix multi user, multi system, configuration with `sops` secret management, `home - [ ] Penpot services (need to make this custom) - [ ] minecraft server with old world file - [ ] storj server +- [ ] XMR miner used to heat home based on smart thermostat - [ ] Create Tor guard/relay server +- [ ] Create i2P node - [ ] screeps server - [ ] mastodon instance From f86cba6d021c49f8b249884a9879eed4007528b5 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 7 Feb 2026 12:14:49 -0600 Subject: [PATCH 3/5] chore: added tasks to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ffeac8..15ea0a3 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ nix multi user, multi system, configuration with `sops` secret management, `home ## Broken things - [ ] figure out steam vr things? - [ ] whisper was having issues +- [ ] auto loading of ssh agent keys that we auto generate per system ## Data Integrity - [ ] zfs email after scrubbing # TODO: test this From 468f1cb40f74ef062387593102d94ca3126f9c7f Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 7 Feb 2026 14:17:08 -0600 Subject: [PATCH 4/5] feat: added bookmark for Cyberia git --- .../home-manager/leyla/packages/firefox/bookmarks.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configurations/home-manager/leyla/packages/firefox/bookmarks.nix b/configurations/home-manager/leyla/packages/firefox/bookmarks.nix index 4210d1e..bd172e7 100644 --- a/configurations/home-manager/leyla/packages/firefox/bookmarks.nix +++ b/configurations/home-manager/leyla/packages/firefox/bookmarks.nix @@ -141,6 +141,12 @@ keyword = ""; tags = [""]; } + { + name = "Cyberia Git"; + url = "https://git.cyberia.club"; + keyword = ""; + tags = [""]; + } # Template # { # name = ""; From b9a746a98980998429eca5ac92af0e45e870944e Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sat, 7 Feb 2026 14:31:51 -0600 Subject: [PATCH 5/5] feat: added Cyberia to leyla words --- configurations/home-manager/leyla/packages/vscode/user-words.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/home-manager/leyla/packages/vscode/user-words.nix b/configurations/home-manager/leyla/packages/vscode/user-words.nix index bb99bbc..112269e 100644 --- a/configurations/home-manager/leyla/packages/vscode/user-words.nix +++ b/configurations/home-manager/leyla/packages/vscode/user-words.nix @@ -6,6 +6,7 @@ config.programs.vscode.profiles.default.userSettings = { "cSpell.userWords" = [ "leyla" + "Cyberia" ]; "cSpell.languageSettings" = [