mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
feat(nvim): add hyperbolic secret key
This commit is contained in:
@ -23,6 +23,13 @@
|
||||
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
|
||||
sops.secrets = {
|
||||
hyperbolic_api_key = {
|
||||
sopsFile = ./secrets.yaml;
|
||||
owner = "${username}";
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "canopus";
|
||||
networkmanager = {
|
||||
|
Reference in New Issue
Block a user