home/breakerbox: init

This commit is contained in:
2025-06-04 12:01:57 +02:00
parent 465d33fadf
commit 0026cfb484
41 changed files with 310 additions and 237 deletions

View File

@@ -13,13 +13,12 @@ let
"github.com:"
];
in
{
lib.mkIf cfg.enable {
# TODO: convert to template once nix-sops supports it in hm module
sops.secrets."git/nordicsemi-config" = { };
programs.git = lib.mkMerge [
{
enable = true;
package = pkgs.gitFull;
userName = "h7x4";