formatting

This commit is contained in:
Osman Faruk Bayram 2025-07-12 21:36:18 +03:00
parent 7ce780986b
commit 415715a4f9
58 changed files with 398 additions and 229 deletions

View file

@ -1,4 +1,5 @@
{...}: let
{ ... }:
let
# define a block that just takes a hostname and returns attrset to not repeat the same fields
sshBlock = hostname: {
hostname = hostname;
@ -18,7 +19,8 @@
port = 8022;
# fish not found error ???
};
in {
in
{
programs.ssh = {
enable = true;
hashKnownHosts = true;