switch back to external sources due to homebox git instability
This commit is contained in:
44
flake.lock
generated
44
flake.lock
generated
@@ -342,16 +342,16 @@
|
||||
"locked": {
|
||||
"lastModified": 1736373539,
|
||||
"narHash": "sha256-dinzAqCjenWDxuy+MqUQq0I4zUSfaCvN9rzuCmgMZJY=",
|
||||
"ref": "release-24.11",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "bd65bc3cde04c16755955630b344bc9e35272c56",
|
||||
"revCount": 3879,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager"
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"ref": "release-24.11",
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/home-manager"
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager_2": {
|
||||
@@ -457,12 +457,12 @@
|
||||
"revCount": 5672,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/hyprland"
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
},
|
||||
"original": {
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/hyprland"
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
}
|
||||
},
|
||||
"hyprland-protocols": {
|
||||
@@ -717,16 +717,16 @@
|
||||
"locked": {
|
||||
"lastModified": 1736798957,
|
||||
"narHash": "sha256-qwpCtZhSsSNQtK4xYGzMiyEDhkNzOCz/Vfu4oL2ETsQ=",
|
||||
"ref": "nixos-unstable",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "9abb87b552b7f55ac8916b6fc9e5cb486656a2f3",
|
||||
"revCount": 737779,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs"
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs"
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
@@ -765,16 +765,16 @@
|
||||
"locked": {
|
||||
"lastModified": 1736867362,
|
||||
"narHash": "sha256-i/UJ5I7HoqmFMwZEH6vAvBxOrjjOJNU739lnZnhUln8=",
|
||||
"ref": "nixos-24.11",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "9c6b49aeac36e2ed73a8c472f1546f6d9cf1addc",
|
||||
"revCount": 713159,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs"
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-24.11",
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/nixpkgs"
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_5": {
|
||||
@@ -822,11 +822,11 @@
|
||||
"rev": "7521112f1a19d7c2d90b810f469d7a5920e2f642",
|
||||
"revCount": 8,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"
|
||||
"url": "ssh://gitea@192.168.100.20/Blunkall-Technologies/Moirai"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@gitea.blunkall.us/Blunkall-Technologies/Moirai"
|
||||
"url": "ssh://gitea@192.168.100.20/Blunkall-Technologies/Moirai"
|
||||
}
|
||||
},
|
||||
"nixvim_2": {
|
||||
|
||||
18
flake.nix
18
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@gitea.blunkall.us/Blunkall-Technologies/Moirai";
|
||||
nixvim.url = "git+ssh://gitea@192.168.100.20/Blunkall-Technologies/Moirai";
|
||||
|
||||
ags.url = "github:Aylur/ags/v1";
|
||||
|
||||
|
||||
@@ -94,6 +94,7 @@
|
||||
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 = {
|
||||
|
||||
Reference in New Issue
Block a user