pinwheel: Cleanup whitespace and function arguments

This commit is contained in:
Alexander Heldt
2023-09-09 10:51:00 +02:00
parent 4389f229a5
commit 498f4d50d1
21 changed files with 32 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
{ home-manager, pkgs, ... }:
{ ... }:
{
home-manager.users.alex.programs.ssh = {
enable = true;
@@ -22,7 +22,7 @@
"/etc/ssh/pinwheel"
"/home/alex/.ssh/alex.pinwheel"
];
secrets = {
"alex.pinwheel-sombrero" = {
file = ../../../../secrets/pinwheel/alex.pinwheel-sombrero.age;
@@ -49,5 +49,5 @@
group = "users";
};
};
};
};
}