mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
comin: Use switch operation on testing branches
This commit is contained in:
parent
730c58eaa0
commit
c95fc0be11
1 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,10 @@ in
|
|||
remotes = lib.singleton {
|
||||
name = "origin";
|
||||
url = "https://github.com/SebastianStork/nixos-config.git";
|
||||
branches.main.name = "deploy";
|
||||
branches = {
|
||||
main.name = "deploy";
|
||||
testing.operation = "switch";
|
||||
};
|
||||
};
|
||||
exporter = {
|
||||
listen_address = "127.0.0.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue