nixfmt cleanup.

This commit is contained in:
kat witch 2020-11-28 02:10:52 +00:00 committed by kat
parent 691aae750a
commit de0b2056fe
7 changed files with 42 additions and 30 deletions

View file

@ -18,7 +18,7 @@ let
};
mabon = {
ssh.host = "root@192.168.1.218";
groups = [ "laptop" "personal"];
groups = [ "laptop" "personal" ];
};
};
pkgs = import <nixpkgs> { };