Skip to content

Commit

Permalink
remove teslamate
Browse files Browse the repository at this point in the history
  • Loading branch information
Stupremee committed Aug 29, 2024
1 parent b8690af commit cdacddc
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 796 deletions.
600 changes: 0 additions & 600 deletions flake.lock

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@

disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "unstable";

# teslamate.url = "github:teslamate-org/teslamate/v1.30.1";
teslamate.url = "github:MyTeslaMate/teslamate";
teslamate.inputs.nixpkgs.follows = "unstable";
};

outputs = inputs @ {
Expand Down
5 changes: 5 additions & 0 deletions home/editors/zed.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{unstable-pkgs, ...}: {
home.packages = with unstable-pkgs; [
zed-editor
];
}
153 changes: 0 additions & 153 deletions nixos/teslamate/default.nix

This file was deleted.

37 changes: 0 additions & 37 deletions nixos/teslamate/telemetry-config.json

This file was deleted.

1 change: 0 additions & 1 deletion secrets/secrets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ in {

"rclone.conf".publicKeys = keysForSystems ["nether" "ironite"];
"vaultwarden.env".publicKeys = keysForSystems ["nether" "ironite"];
"teslamate.env".publicKeys = keysForSystems ["ironite"];

"esyvpn.ovpn".publicKeys = keysForSystem "nixius";

Expand Down
Binary file removed secrets/teslamate.env
Binary file not shown.
2 changes: 1 addition & 1 deletion systems/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ in {
../nixos/network/tailscale.nix
../nixos/minecraft-server.nix
../nixos/monitoring
../nixos/teslamate
];
home = true;
homeModules = [
Expand Down Expand Up @@ -219,6 +218,7 @@ in {
../home/zsh.nix
../home/tmux.nix
../home/editors/nvim
../home/editors/zed.nix
../home/graphical
../home/dev

Expand Down

0 comments on commit cdacddc

Please sign in to comment.