From 03a6cfbb962978fbf306b2b518f883e0b13f1041 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 27 Dec 2025 18:13:22 +0300 Subject: [PATCH] Change domain --- flake.nix | 2 +- host/Eclipse/modules/hyprland.nix | 2 +- host/modules/common.nix | 2 +- modules/host/yggdrasil.nix | 2 +- modules/user/neofetch.nix | 2 +- user/sweetbread/modules/git.nix | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index c1703dd..0c44acc 100644 --- a/flake.nix +++ b/flake.nix @@ -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" diff --git a/host/Eclipse/modules/hyprland.nix b/host/Eclipse/modules/hyprland.nix index b67c99a..989229b 100644 --- a/host/Eclipse/modules/hyprland.nix +++ b/host/Eclipse/modules/hyprland.nix @@ -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 { diff --git a/host/modules/common.nix b/host/modules/common.nix index b6c05e6..6e28eae 100644 --- a/host/modules/common.nix +++ b/host/modules/common.nix @@ -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" ]; }; diff --git a/modules/host/yggdrasil.nix b/modules/host/yggdrasil.nix index 494a05c..4e42751 100644 --- a/modules/host/yggdrasil.nix +++ b/modules/host/yggdrasil.nix @@ -4,7 +4,7 @@ persistentKeys = true; settings = { Peers = [ - "tcp://codrs.ru:5001" + "tcp://lair.moe:5001" ]; }; }; diff --git a/modules/user/neofetch.nix b/modules/user/neofetch.nix index b7f55f3..35bd91a 100644 --- a/modules/user/neofetch.nix +++ b/modules/user/neofetch.nix @@ -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="; }; diff --git a/user/sweetbread/modules/git.nix b/user/sweetbread/modules/git.nix index dc07ee3..786115f 100644 --- a/user/sweetbread/modules/git.nix +++ b/user/sweetbread/modules/git.nix @@ -3,7 +3,7 @@ enable = true; settings.user = { name = "Sweetbread"; - email = "risdeveau@codrs.ru"; + email = "risdeveau@lair.moe"; }; }; }