calcite,weilite: use comin to auto update

This commit is contained in:
xinyangli 2024-12-21 20:52:27 +08:00
parent ade0694d14
commit 49520149ab
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
7 changed files with 46 additions and 21 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.