Tons o' stuff
This commit is contained in:
@@ -5,67 +5,67 @@
|
||||
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
|
||||
fudo-home = {
|
||||
url = "git+https://git.fudo.org/fudo-nix/home.git";
|
||||
url = "git+https://fudo.dev/nix/home.git";
|
||||
# url = "path:/state/fudo-home";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# This MUST be a clean git repo, because we use the timestamp.
|
||||
fudo-entities = {
|
||||
url = "git+https://git.fudo.org/fudo-nix/entities.git";
|
||||
url = "git+https://fudo.dev/nix/entities.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
fudo-lib = { url = "git+https://git.fudo.org/fudo-nix/lib.git"; };
|
||||
fudo-lib = { url = "git+https://fudo.dev/nix/lib.git"; };
|
||||
|
||||
fudo-pkgs = { url = "git+https://git.fudo.org/fudo-nix/pkgs.git"; };
|
||||
fudo-pkgs = { url = "git+https://fudo.dev/nix/pkgs.git"; };
|
||||
|
||||
fudo-secrets.url = "path:/secrets";
|
||||
|
||||
chute = {
|
||||
url = "git+https://git.fudo.org/chute/chute.git?ref=stable";
|
||||
url = "git+https://fudo.dev/chute/chute.git?ref=stable";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
chuteUnstable = {
|
||||
url = "git+https://git.fudo.org/chute/chute.git?ref=master";
|
||||
url = "git+https://fudo.dev/chute/chute.git?ref=master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
pricebot = {
|
||||
url = "git+https://git.fudo.org/fudo-public/pricebot.git";
|
||||
url = "git+https://fudo.dev/public/pricebot.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixpkgsUnstable.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
wallfly = {
|
||||
url = "git+https://git.fudo.org/fudo-public/wallfly.git";
|
||||
url = "git+https://fudo.dev/public/wallfly.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
objectifier = {
|
||||
url = "git+https://git.fudo.org/fudo-public/objectifier.git";
|
||||
url = "git+https://fudo.dev/public/objectifier.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nexus = {
|
||||
url = "git+https://git.fudo.org/fudo-public/nexus.git";
|
||||
url = "git+https://fudo.dev/public/nexus.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
suanni = {
|
||||
url = "git+https://git.fudo.org/fudo-public/suanni.git";
|
||||
url = "git+https://fudo.dev/public/suanni.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
snooper = {
|
||||
url = "git+https://git.fudo.org/fudo-public/snooper.git";
|
||||
url = "git+https://fudo.dev/public/snooper.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
tattler = {
|
||||
url = "git+https://git.fudo.org/fudo-public/tattler.git";
|
||||
url = "git+https://fudo.dev/public/tattler.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
};
|
||||
|
||||
lemmy-docker = {
|
||||
url = "git+https://git.fudo.org/fudo-public/lemmy-docker.git";
|
||||
url = "git+https://fudo.dev/public/lemmy-docker.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
arion.follows = "arion";
|
||||
@@ -83,7 +83,7 @@
|
||||
};
|
||||
|
||||
tesla-mate-container = {
|
||||
url = "git+https://git.fudo.org/fudo-public/tesla-mate-container.git";
|
||||
url = "git+https://fudo.dev/public/tesla-mate-container.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
arion.follows = "arion";
|
||||
@@ -91,7 +91,7 @@
|
||||
};
|
||||
|
||||
mastodon-container = {
|
||||
url = "git+https://git.fudo.org/fudo-public/mastodon-container.git";
|
||||
url = "git+https://fudo.dev/public/mastodon-container.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
arion.follows = "arion";
|
||||
@@ -99,7 +99,7 @@
|
||||
};
|
||||
|
||||
lemmy-container = {
|
||||
url = "git+https://git.fudo.org/fudo-public/lemmy-container.git";
|
||||
url = "git+https://fudo.dev/public/lemmy-container.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
arion.follows = "arion";
|
||||
@@ -107,7 +107,7 @@
|
||||
};
|
||||
|
||||
authentik-container = {
|
||||
url = "git+https://git.fudo.org/fudo-nix/authentik-container.git";
|
||||
url = "git+https://fudo.dev/nix/authentik-container.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
arion.follows = "arion";
|
||||
@@ -115,7 +115,7 @@
|
||||
};
|
||||
|
||||
nextcloud-container = {
|
||||
url = "git+https://git.fudo.org/fudo-public/nextcloud-container.git";
|
||||
url = "git+https://fudo.dev/public/nextcloud-container.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
arion.follows = "arion";
|
||||
@@ -123,12 +123,12 @@
|
||||
};
|
||||
|
||||
matrix-module = {
|
||||
url = "git+https://git.fudo.org/fudo-public/matrix-module.git";
|
||||
url = "git+https://fudo.dev/public/matrix-module.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
mail-server = {
|
||||
url = "git+https://git.fudo.org/fudo-public/mail-server.git";
|
||||
url = "git+https://fudo.dev/public/mail-server.git";
|
||||
inputs = {
|
||||
arion.follows = "arion";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
@@ -136,7 +136,7 @@
|
||||
};
|
||||
|
||||
immich-container = {
|
||||
url = "git+https://git.fudo.org/fudo-public/immich-container.git";
|
||||
url = "git+https://fudo.dev/public/immich-container.git";
|
||||
inputs = {
|
||||
arion.follows = "arion";
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
@@ -144,17 +144,17 @@
|
||||
};
|
||||
|
||||
authoritative-dns = {
|
||||
url = "git+https://git.fudo.org/fudo-public/authoritative-dns.git";
|
||||
url = "git+https://fudo.dev/public/authoritative-dns.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
frigate-container = {
|
||||
url = "git+https://git.fudo.org/fudo-public/frigate-container.git";
|
||||
url = "git+https://fudo.dev/public/frigate-container.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
grafana-module = {
|
||||
url = "git+https://git.fudo.org/fudo-public/grafana-module.git";
|
||||
url = "git+https://fudo.dev/public/grafana-module.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user