{ config, lib, pkgs, ... }: { system.autoUpgrade = { enable = true; dates = "weekly"; flake = ## git+file doesn't work with bare repos :( #if config.networking.hostName == "dragon" then # "git+file:///storage/projects/nixos-config.git" #else "git+https://git.orbekk.com/nixos-config.git"; }; }