Unify formating

This commit is contained in:
Andreas Zweili 2022-11-03 23:04:00 +01:00
parent 76b150a68d
commit 7ed710cec4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{ ... }: {
{ ... }:
{
programs.ssh = {
enable = true;
extraConfig = ''

View File

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git