gitignore the private key

This commit is contained in:
2025-04-15 21:03:43 -05:00
parent dac7920262
commit be1a0ca56f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
server-info.txt server-info.txt
nixos/age/*
+1 -1
View File
@@ -78,7 +78,7 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
curl curl
neovim vim
wget wget
]; ];