diff --git a/flake.lock b/flake.lock index be26537..3b38f95 100644 --- a/flake.lock +++ b/flake.lock @@ -342,16 +342,16 @@ "locked": { "lastModified": 1736373539, "narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=", - "owner": "nix-community", - "repo": "home-manager", + "ref": "release-24.11", "rev": "bd65bc3cde04c16755955630b344bc9e35272c56", - "type": "github" + "revCount": 3879, + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager" }, "original": { - "owner": "nix-community", "ref": "release-24.11", - "repo": "home-manager", - "type": "github" + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager" } }, "home-manager_2": { @@ -457,12 +457,12 @@ "revCount": 5672, "submodules": true, "type": "git", - "url": "https://github.com/hyprwm/Hyprland" + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/hyprland" }, "original": { "submodules": true, "type": "git", - "url": "https://github.com/hyprwm/Hyprland" + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/hyprland" } }, "hyprland-protocols": { @@ -717,16 +717,16 @@ "locked": { "lastModified": 1736798957, "narHash": "sha256-qwpCtZhSsSNQtK4xYGzMiyEDhkNzOCz/Vfu4oL2ETsQ=", - "owner": "nixos", - "repo": "nixpkgs", + "ref": "nixos-unstable", "rev": "9abb87b552b7f55ac8916b6fc9e5cb486656a2f3", - "type": "github" + "revCount": 737779, + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs" }, "original": { - "owner": "nixos", "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs" } }, "nixpkgs_2": { @@ -765,16 +765,16 @@ "locked": { "lastModified": 1736867362, "narHash": "sha256-i/UJ5I7HoqmFMwZEH6vAvBxOrjjOJNU739lnZnhUln8=", - "owner": "nixos", - "repo": "nixpkgs", + "ref": "nixos-24.11", "rev": "9c6b49aeac36e2ed73a8c472f1546f6d9cf1addc", - "type": "github" + "revCount": 713159, + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs" }, "original": { - "owner": "nixos", "ref": "nixos-24.11", - "repo": "nixpkgs", - "type": "github" + "type": "git", + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs" } }, "nixpkgs_5": { @@ -822,11 +822,11 @@ "rev": "7521112f1a19d7c2d90b810f469d7a5920e2f642", "revCount": 8, "type": "git", - "url": "ssh://gitea@192.168.100.20/Blunkall-Technologies/Moirai" + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai" }, "original": { "type": "git", - "url": "ssh://gitea@192.168.100.20/Blunkall-Technologies/Moirai" + "url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai" } }, "nixvim_2": { diff --git a/flake.nix b/flake.nix index d5b480d..3b53756 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,11 @@ description = "Nixos config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; - #nixpkgs.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs?ref=nixos-24.11"; + #nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs?ref=nixos-24.11"; - nixpkgs-us.url = "github:nixos/nixpkgs/nixos-unstable"; - #nixpkgs-us.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs?ref=nixos-unstable"; + #nixpkgs-us.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs-us.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs?ref=nixos-unstable"; disko = { url = "github:nix-community/disko"; @@ -21,8 +21,8 @@ }; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; - #url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager?ref=release-24.11"; + #url = "github:nix-community/home-manager/release-24.11"; + url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager?ref=release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -35,8 +35,8 @@ #simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05"; - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - #hyprland.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/hyprland?submodules=1"; + #hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + hyprland.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/hyprland?submodules=1"; tokyo-night-sddm = { url = "github:siddrs/tokyo-night-sddm"; @@ -48,7 +48,7 @@ flake = false; }; - nixvim.url = "git+ssh://gitea@192.168.100.20/Blunkall-Technologies/Moirai"; + nixvim.url = "git+ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"; ags.url = "github:Aylur/ags/v1"; diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index c1fa0e4..c0e6858 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -94,7 +94,6 @@ firewall.interfaces."ve-traefik".allowedTCPPorts = [ 9000 8080 6080 8123 ]; hosts = { "192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ]; - "192.168.100.20" = [ "gitea.blunkall.us" ]; }; nftables = {}; nat = {