feat: add nix server provision

This commit is contained in:
eric
2026-03-18 02:44:54 +01:00
parent 6f55289ca4
commit 19f9b0594a
19 changed files with 3114 additions and 30 deletions

View File

@@ -1,5 +1,7 @@
{ pkgs, lib, ... }:
{
imports = [ ./helpers/home.nix ];
# Company env vars — available in all shells
home.sessionVariables = {
BAO_ADDR = "https://secrets.api.nodeiwest.se";
@@ -10,6 +12,7 @@
home.packages = with pkgs; [
# Tools every dev needs
openbao
colmena
# etc.
];
}