diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bd59d60..612db25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,8 +12,8 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' -2. Click on '....' -3. Scroll down to '....' +2. Click on '...' +3. Scroll down to '...' 4. See error **Expected behavior** diff --git a/hosts/server-gpu/ssh.nix b/hosts/server-gpu/ssh.nix index e88f023..79a8dd6 100644 --- a/hosts/server-gpu/ssh.nix +++ b/hosts/server-gpu/ssh.nix @@ -10,10 +10,10 @@ services.openssh.settings.PermitRootLogin = "no"; # Add your authorized key for a specific user - users.users.yourusername = { + users.users.synchronous = { isNormalUser = true; openssh.authorizedKeys.keys = [ - config.age.secrets.ssh-pub + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEw4Uqg9UBakoOpS4nVGE3ePKHnst0+02lFN04n2IyKb ginesin.j@northeastern.edu" ]; }; } diff --git a/hosts/server/ssh.nix b/hosts/server/ssh.nix index e88f023..79a8dd6 100644 --- a/hosts/server/ssh.nix +++ b/hosts/server/ssh.nix @@ -10,10 +10,10 @@ services.openssh.settings.PermitRootLogin = "no"; # Add your authorized key for a specific user - users.users.yourusername = { + users.users.synchronous = { isNormalUser = true; openssh.authorizedKeys.keys = [ - config.age.secrets.ssh-pub + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEw4Uqg9UBakoOpS4nVGE3ePKHnst0+02lFN04n2IyKb ginesin.j@northeastern.edu" ]; }; } diff --git a/secrets/testlol b/secrets/testlol deleted file mode 100644 index 267747d..0000000 --- a/secrets/testlol +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEw4Uqg9UBakoOpS4nVGE3ePKHnst0+02lFN04n2IyKb ginesin.j@northeastern.edu diff --git a/secrets/zsh_remote.age b/secrets/zsh_remote.age index 5256dc5..6080c00 100644 Binary files a/secrets/zsh_remote.age and b/secrets/zsh_remote.age differ