diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index 7024b74..ec4abbd 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -130,7 +130,7 @@ users.toast = {osConfig, ...}: { catppuccin.flavor = osConfig.catppuccin.flavor; catppuccin.accent = osConfig.catppuccin.accent; - home.stateVersion = "24.05"; + home.stateVersion = "24.11"; manual = { manpages.enable = true; html.enable = true; @@ -165,7 +165,7 @@ */ system = { - stateVersion = "24.05"; + stateVersion = "24.11"; # Nix on nixos 23.05 does not have dirtyRev configurationRevision = flakeSelf.sourceInfo.rev or flakeSelf.sourceInfo.dirtyRev or "dirty"; nixos.variant_id = lib.strings.toLower config.networking.hostName; diff --git a/roles/server/forgejo.nix b/roles/server/forgejo.nix index ff51523..d202b88 100644 --- a/roles/server/forgejo.nix +++ b/roles/server/forgejo.nix @@ -30,7 +30,7 @@ in { }; server = { OFFLINE_MODE = false; - ROOT_URL = "http://git.everest.tailscale"; + ROOT_URL = "https://git.everest.tailscale"; START_SSH_SERVER = true; SSH_PORT = 4222; SSH_SERVER_HOST_KEYS = config.age.secrets.forgejo-host-key.path;