feat(home-server): update local IP address
This commit is contained in:
parent
11eaa5ceed
commit
fd6ed6ce63
|
@ -160,7 +160,7 @@
|
|||
};
|
||||
|
||||
deploy.nodes.home-server = {
|
||||
hostname = "192.168.1.234";
|
||||
hostname = "192.168.1.102";
|
||||
profiles.system = {
|
||||
user = "felschr";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos
|
||||
|
|
|
@ -40,7 +40,7 @@ in {
|
|||
unit_system = "metric";
|
||||
temperature_unit = "C";
|
||||
external_url = "https://home.felschr.com";
|
||||
internal_url = "http://192.168.1.234:8123";
|
||||
internal_url = "http://192.168.1.102:8123";
|
||||
};
|
||||
default_config = { };
|
||||
config = { };
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
age.secrets.samba.file = ../../secrets/samba.age;
|
||||
|
||||
fileSystems."/home/felschr/media" = {
|
||||
device = "//192.168.1.234/media";
|
||||
device = "//192.168.1.102/media";
|
||||
fsType = "cifs";
|
||||
options = [
|
||||
# automount options
|
||||
|
|
Loading…
Reference in a new issue