Change domain

This commit is contained in:
2025-12-27 18:13:22 +03:00
committed by Sweetbread
parent 514d3a45d9
commit a185fa4d85
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
nixConfig = {
extra-substituters = [
"https://nix.codrs.ru/main"
"https://nix.lair.moe/main"
"https://nix-community.cachix.org"
"https://hyprland.cachix.org"
"https://ezkea.cachix.org"
+1 -1
View File
@@ -2,7 +2,7 @@
wayland.windowManager.hyprland = let
wallpaper = pkgs.fetchurl {
name = "miku_wallpaper.jpg";
url = "https://c.codrs.ru/pub/miku_wallpaper.jpeg?raw";
url = "https://c.lair.moe/pub/miku_wallpaper.jpeg?raw";
hash = "sha256-inK4X5KzQk5FHwDw2DYy43nm7XtXlC6I0S1PkYUv+3w=";
};
in {
+1 -1
View File
@@ -13,7 +13,7 @@
config = {
nix.settings = {
keep-going = true;
extra-substituters = [ "https://nix.codrs.ru/main" ];
extra-substituters = [ "https://nix.lair.moe/main" ];
extra-trusted-public-keys = [ "main:kpwMe+9BsGJ/IUb7i3iadaV38y5/Yuqoct0mf7wI9ds=" ];
experimental-features = [ "nix-command" "flakes" ];
};
+1 -1
View File
@@ -4,7 +4,7 @@
persistentKeys = true;
settings = {
Peers = [
"tcp://codrs.ru:5001"
"tcp://lair.moe:5001"
];
};
};
+1 -1
View File
@@ -1,6 +1,6 @@
{ config, pkgs, ... }: let
icon = pkgs.fetchurl {
url = "https://cloud.codrs.ru/pub/nixos-chan.webp?raw";
url = "https://cloud.lair.moe/pub/nixos-chan.webp?raw";
name = "nixos-chan.webp";
sha256 = "sha256-0majB9ljjMdZwvOijEgWdFKxWLje5tHgXHBJUWZfHfY=";
};
+1 -1
View File
@@ -3,7 +3,7 @@
enable = true;
settings.user = {
name = "Sweetbread";
email = "risdeveau@codrs.ru";
email = "risdeveau@lair.moe";
};
};
}