[nidaros] Add initial Nidaros homelab config

This commit is contained in:
2025-10-08 20:07:14 +02:00
parent dcfa416eb6
commit cfb4131cf3
5 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ lib, ... }:
{
imports = with lib.custom; [
(relativeToBase "home-manager")
];
home.stateVersion = "25.05";
programs.git.signing.key = "E4E751ECB68CD7BF";
}