base/base.nix: add default test-nixos pubkey
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
Reference in New Issue
Block a user