put hashed pass in a separate file

This commit is contained in:
Noah Masur
2022-11-02 21:47:11 -04:00
parent 41d289c5db
commit 07fec71ba4
5 changed files with 4 additions and 5 deletions

View File

@ -28,7 +28,6 @@ nixpkgs.lib.nixosSystem {
giteaServer = "git.masu.rs";
# Disable passwords, only use SSH key
passwordHash = null;
publicKey =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB+AbmjGEwITk5CK9y7+Rg27Fokgj9QEjgc9wST6MA3s";