12 lines
197 B
Nix
12 lines
197 B
Nix
{
|
|
services.comin = {
|
|
enable = true;
|
|
remotes = [
|
|
{
|
|
name = "origin";
|
|
url = "https://git.saragerretsen.nl/Hertog/HermitCollective.nix/infra.git";
|
|
}
|
|
];
|
|
};
|
|
}
|