calcite: test comin
This commit is contained in:
parent
9b9d923a25
commit
2b2aa11c52
3 changed files with 41 additions and 1 deletions
|
@ -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)";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue