summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-13 14:39:12 +0100
committerAlan Pearce2025-03-13 14:39:12 +0100
commitded3ac5dff9c51fff90c5dffb111894e318ea3e3 (patch)
treeaec92a97e5c1fdf22dbdae0981676361dcec7bb6 /system/linde.nix
parentc81219b243e67489dd92a6d9d23cd0e77ee3a153 (diff)
downloadnixfiles-ded3ac5dff9c51fff90c5dffb111894e318ea3e3.tar.lz
nixfiles-ded3ac5dff9c51fff90c5dffb111894e318ea3e3.tar.zst
nixfiles-ded3ac5dff9c51fff90c5dffb111894e318ea3e3.zip
linde/colmena: enable configuration of checked out branch
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 03eb5761..124167c4 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -112,7 +112,10 @@ in
 
   services.colmenaAutoUpgrade = {
     enable = true;
-    pullGit = true;
+    git = {
+      enable = true;
+      branch = "origin/main";
+    };
     useNixShell = true;
     dates = "03:23";
     allowReboot = true;