mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
Refactor Nix configurations to update URLs from hypervirtual.world to rougebordeaux.xyz
- Updated flake.nix to change Alejandra and other inputs to follow the new repository structure. - Modified uptime-kuma configurations to reflect the new domain for Caddy reverse proxy settings. - Adjusted various multimedia services in Sisyphe to use the new domain for Caddy virtual hosts. - Disabled the Sabnzbd service in Sisyphe and updated its Caddy configuration. - Corrected multiple service configurations in Sisyphe to point to the new domain, including Grafana, Nextcloud, and Synapse Matrix. - Ensured all references to hypervirtual.world are replaced with rougebordeaux.xyz across all relevant files.
This commit is contained in:
parent
85e2ce21e3
commit
8a522c525c
20 changed files with 136 additions and 537 deletions
24
flake.nix
24
flake.nix
|
@ -12,8 +12,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
|
||||
alejandra.url = "github:kamadorueda/alejandra/3.0.0";
|
||||
alejandra.inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
alejandra = {
|
||||
url = "github:kamadorueda/alejandra/3.0.0";
|
||||
follows = "nixpkgsUnstable";
|
||||
};
|
||||
|
||||
nix-secrets = {
|
||||
url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git"; # replace with your own repo
|
||||
|
@ -21,14 +23,13 @@
|
|||
};
|
||||
|
||||
/*
|
||||
nix-secrets-next = {
|
||||
url = "git+https://git.hypervirtual.world/harry123/nix-secrets-next.git";
|
||||
flake = false;
|
||||
};
|
||||
nix-secrets-next = {
|
||||
url = "git+https://git.rougebordeaux.xyz/harry123/nix-secrets-next.git";
|
||||
flake = false;
|
||||
};
|
||||
miovim.url = "git+https://git.rougebordeaux.xyz/harry123/miovim.git";
|
||||
*/
|
||||
|
||||
miovim.url = "git+https://git.hypervirtual.world/harry123/miovim.git";
|
||||
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
|
@ -43,8 +44,7 @@
|
|||
nix-darwin.inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1";
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
|
||||
walker.url = "github:abenz1267/walker";
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -59,7 +59,6 @@
|
|||
nix-darwin,
|
||||
nix-flatpak,
|
||||
home-manager,
|
||||
miovim,
|
||||
zen-browser,
|
||||
...
|
||||
}@inputs:
|
||||
|
@ -87,8 +86,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
# athena = nixpkgs.lib.nixosSystem {}:
|
||||
|
||||
labouse = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
|
@ -102,6 +99,7 @@
|
|||
modules = [
|
||||
./hosts/goober/configuration.nix
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
catppuccin.nixosModules.catppuccin
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue