feat(nvim): add hyperbolic secret key

This commit is contained in:
tux
2025-01-21 20:37:21 +05:30
parent e233b004a2
commit 83ec5a88b6
3 changed files with 38 additions and 1 deletions

View File

@ -23,6 +23,13 @@
nixpkgs.config.cudaSupport = true;
sops.secrets = {
hyperbolic_api_key = {
sopsFile = ./secrets.yaml;
owner = "${username}";
};
};
networking = {
hostName = "canopus";
networkmanager = {