From 2172fc6f9508bacdc3df1121eea454c652a1e99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Thu, 5 Jun 2025 00:57:12 +0300 Subject: [PATCH] Change to using main channel for flakes --- shared/base.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shared/base.nix b/shared/base.nix index 0b98c8c..cb0fb36 100644 --- a/shared/base.nix +++ b/shared/base.nix @@ -128,9 +128,7 @@ ######################################## Housekeeping ########################################### system.autoUpgrade = { enable = true; - - #TODO Change to main once everything gets switched over to flakes - flake = ''"git+https://forgejo.sinerva.eu/VSinerva/nixos-conf.git?ref=clean_slate&shallow=1"''; + flake = ''"git+https://forgejo.sinerva.eu/VSinerva/nixos-conf.git?ref=main&shallow=1"''; dates = "04:00"; randomizedDelaySec = "30min"; allowReboot = true;