code review

This commit is contained in:
Miguel Palhas
2024-09-29 19:38:26 +01:00
parent 3e89e2ada5
commit 27afe4e121
10 changed files with 118 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
{ inputs, pkgs, ... }: { environment.systemPackages = [ pkgs.openssh ]; }