base/base.nix: add default test-nixos pubkey

This commit is contained in:
2025-07-06 15:37:00 -07:00
parent c8015dc799
commit 33d57fd66f

View File

@@ -1,7 +1,10 @@
# Module: base/base
{ config, lib, pkgs, ... }:
let userSSHKeys = [ ];
let
userSSHKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILiUy2yjIkdryH7pYMdkCNryy9gceqXJ7bhtMvvpPBIk etorres@xenon"
];
in {
imports = [ ./grafana-alloy ./network.nix ];