comin: Use switch operation on testing branches

This commit is contained in:
SebastianStork 2026-03-09 15:36:44 +01:00
parent 730c58eaa0
commit c95fc0be11
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -47,7 +47,10 @@ in
remotes = lib.singleton { remotes = lib.singleton {
name = "origin"; name = "origin";
url = "https://github.com/SebastianStork/nixos-config.git"; url = "https://github.com/SebastianStork/nixos-config.git";
branches.main.name = "deploy"; branches = {
main.name = "deploy";
testing.operation = "switch";
};
}; };
exporter = { exporter = {
listen_address = "127.0.0.1"; listen_address = "127.0.0.1";