From 2d66290f7d7b8cd65375e95e5c21487411b71889 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 22 Jun 2023 14:43:51 +0100 Subject: [PATCH] Add branch ref back, needed or else it fails --- hosts/Legion/configuration.nix | 2 +- hosts/Vanguard/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Legion/configuration.nix b/hosts/Legion/configuration.nix index 81d5ae40..29dba241 100644 --- a/hosts/Legion/configuration.nix +++ b/hosts/Legion/configuration.nix @@ -41,7 +41,7 @@ }; system.autoUpgrade = { enable = true; - flake = "git+https://git.xenia.me.uk/xenia/nixos.git"; + flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main"; dates = "02:00"; allowReboot = true; rebootWindow = { diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index dbcce2eb..58bfb04e 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -41,7 +41,7 @@ }; system.autoUpgrade = { enable = true; - flake = "git+https://git.xenia.me.uk/xenia/nixos.git"; + flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main"; allowReboot = false; }; environment.systemPackages = with pkgs; [mesa];