feat(home-server): update local IP address

This commit is contained in:
Felix Schröter 2022-06-13 21:58:27 +02:00
parent 11eaa5ceed
commit fd6ed6ce63
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 3 additions and 3 deletions

View file

@ -160,7 +160,7 @@
}; };
deploy.nodes.home-server = { deploy.nodes.home-server = {
hostname = "192.168.1.234"; hostname = "192.168.1.102";
profiles.system = { profiles.system = {
user = "felschr"; user = "felschr";
path = deploy-rs.lib.aarch64-linux.activate.nixos path = deploy-rs.lib.aarch64-linux.activate.nixos

View file

@ -40,7 +40,7 @@ in {
unit_system = "metric"; unit_system = "metric";
temperature_unit = "C"; temperature_unit = "C";
external_url = "https://home.felschr.com"; external_url = "https://home.felschr.com";
internal_url = "http://192.168.1.234:8123"; internal_url = "http://192.168.1.102:8123";
}; };
default_config = { }; default_config = { };
config = { }; config = { };

View file

@ -4,7 +4,7 @@
age.secrets.samba.file = ../../secrets/samba.age; age.secrets.samba.file = ../../secrets/samba.age;
fileSystems."/home/felschr/media" = { fileSystems."/home/felschr/media" = {
device = "//192.168.1.234/media"; device = "//192.168.1.102/media";
fsType = "cifs"; fsType = "cifs";
options = [ options = [
# automount options # automount options