calcite,weilite: use comin to auto update
This commit is contained in:
parent
ade0694d14
commit
49520149ab
7 changed files with 46 additions and 21 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue