Misc: Add nixfmt-tree and run nix fmt
This commit is contained in:
+4
-1
@@ -4,7 +4,10 @@ let
|
||||
|
||||
keith = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKrauXP79zUm2FlVj3HRm+C8ufYAABiIoe68OCGbIm+2";
|
||||
tux = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFB7bh6ioZrTSR0AkKvJ1qxVWX0kwcM8yeHghTYFGpqZ";
|
||||
systems = [ keith tux ];
|
||||
systems = [
|
||||
keith
|
||||
tux
|
||||
];
|
||||
in
|
||||
{
|
||||
"nas-creds.age" = {
|
||||
|
||||
Reference in New Issue
Block a user