From 5b00692ee6154e32355435c238abc4fb1fa1c43e Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 20 Jun 2024 19:56:09 -0600 Subject: [PATCH] galaxy.pub added --- home-manager.nix | 3 +-- jawz.nix | 2 +- secrets/ssh/ed25519_galaxy.pub | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 secrets/ssh/ed25519_galaxy.pub diff --git a/home-manager.nix b/home-manager.nix index 41271cf..5b016cf 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -1,6 +1,5 @@ { config, ... }: { home.stateVersion = "24.05"; - programs.bash = { enable = true; historyFile = "\${XDG_STATE_HOME}/bash/history"; @@ -40,7 +39,7 @@ templates = "${config.xdg.dataHome}/Templates"; videos = "${config.home.homeDirectory}/Videos"; }; - configFile = { "wgetrc".source = ./dotfiles/wget/wgetrc; }; + configFile."wgetrc".source = ./dotfiles/wget/wgetrc; }; programs = { helix.enable = true; diff --git a/jawz.nix b/jawz.nix index 2c19b77..516e409 100644 --- a/jawz.nix +++ b/jawz.nix @@ -33,7 +33,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkpeIV9G26W2/e9PsjBx3sNwPGoicJ807ExRGh4KjhW jawz@server" (builtins.readFile ./secrets/ssh/ed25519_workstation.pub) (builtins.readFile ./secrets/ssh/ed25519_miniserver.pub) - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBEblxSDhWPEo33crSjooeUg4W02ruENxHLmmBqCuIo jawz@galaxy" + (builtins.readFile ./secrets/ssh/ed25519_galaxy.pub) ]; }; } diff --git a/secrets/ssh/ed25519_galaxy.pub b/secrets/ssh/ed25519_galaxy.pub new file mode 100644 index 0000000..bf25142 --- /dev/null +++ b/secrets/ssh/ed25519_galaxy.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBEblxSDhWPEo33crSjooeUg4W02ruENxHLmmBqCuIo jawz@galaxy