feat(home-server): update local IP address
This commit is contained in:
parent
11eaa5ceed
commit
fd6ed6ce63
|
@ -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
|
||||||
|
|
|
@ -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 = { };
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue