calcite,weilite: use comin to auto update

This commit is contained in:
xinyangli 2024-12-21 20:52:27 +08:00
parent ade0694d14
commit da250e328c
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
5 changed files with 44 additions and 20 deletions

View file

@ -15,23 +15,12 @@ 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 = {
signing.enable = true;
};
comin.enable = true;
};
# Bootloader.