calcite: test comin

This commit is contained in:
xinyangli 2024-12-20 19:36:28 +08:00
parent 9b9d923a25
commit 2b2aa11c52
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
3 changed files with 41 additions and 1 deletions

View file

@ -15,6 +15,18 @@ in
../sops.nix
];
services.comin = {
enable = true;
remotes = [
{
name = "origin";
url = "https://github.com/xinyangli/nixos-config.git";
branches.main.name = "deploy-comin-eval";
}
];
hostname = config.networking.hostName;
};
commonSettings = {
# auth.enable = true;
nix = {
@ -176,7 +188,7 @@ in
];
settings = {
main = {
capslock = "overload(control, esc)";
leftcontrol = "overload(control, esc)";
};
};
};