chore: hostname AZLT124-L changed to AZ-LT-NIX

This commit is contained in:
2026-04-01 11:21:00 +02:00
parent 57a371392a
commit c66acd787a
19 changed files with 17 additions and 19 deletions

View File

@@ -43,7 +43,7 @@
powersave = false;
};
};
hostName = "AZLT124-L";
hostName = "AZ-LT-NIX";
};
systemd.services.disable-wifi-powersave = {
description = "Disable WiFi power save";

View File

@@ -48,7 +48,7 @@
inherit inputs outputs;
system = "x86_64-linux";
};
users."sascha.koenig" = import ../../home/users/sascha.koenig/AZLT124-L.nix;
users."sascha.koenig" = import ../../home/users/sascha.koenig/AZ-LT-NIX.nix;
};
# Configure nixpkgs to use unstable

View File

@@ -5,7 +5,7 @@
}: let
serviceName = "n8n";
portUtils = import ../../../lib/port-utils.nix {inherit lib;};
servicePort = portUtils.getPort serviceName "AZLT124-L";
servicePort = portUtils.getPort serviceName "AZLTNIX";
in {
services.${serviceName} = {
enable = true;