chore: hostname AZLT124-L changed to AZ-LT-NIX
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
powersave = false;
|
||||
};
|
||||
};
|
||||
hostName = "AZLT124-L";
|
||||
hostName = "AZ-LT-NIX";
|
||||
};
|
||||
systemd.services.disable-wifi-powersave = {
|
||||
description = "Disable WiFi power save";
|
||||
@@ -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
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user