project-wide: Created meta.nix per host

This commit is contained in:
kat witch 2021-03-29 04:09:49 +01:00
parent 1868690888
commit 10c91d1e16
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
6 changed files with 136 additions and 90 deletions

View file

@ -12,7 +12,5 @@ with lib;
};
};
config = {
deploy.groups = [ "all" ];
};
config = { deploy.groups = [ "all" ]; };
}