mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59: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 {
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue