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

15
flake.lock generated
View File

@@ -539,17 +539,14 @@
"openspec": "openspec"
},
"locked": {
"lastModified": 1774890264,
"narHash": "sha256-ol7BhlYppMb8AN1USa6Sb9nu0BdOhebejq24fdm6qqI=",
"ref": "refs/heads/master",
"rev": "e915e5ea193d8bf6b87f37e43b333ed98656602c",
"revCount": 203,
"type": "git",
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
"lastModified": 1775018331,
"narHash": "sha256-EOUoKH+JHMj/c41qoW0Q1YIYUM/fyLJ/6raalxrQfQo=",
"path": "/home/sascha.koenig/p/NIX/nixpkgs",
"type": "path"
},
"original": {
"type": "git",
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
"path": "/home/sascha.koenig/p/NIX/nixpkgs",
"type": "path"
}
},
"m3ta-nixpkgs_2": {

View File

@@ -22,8 +22,8 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
# m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
# m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
#
llm-agents.url = "github:numtide/llm-agents.nix";
@@ -181,13 +181,13 @@
inputs.disko.nixosModules.disko
];
};
AZLT124-L = inputs.nixpkgs-unstable.lib.nixosSystem {
AZ-LT-NIX = inputs.nixpkgs-unstable.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
system = "x86_64-linux";
};
modules = [
./hosts/AZLT124-L
./hosts/AZ-LT-NIX
agenix.nixosModules.default
inputs.home-manager-unstable.nixosModules.home-manager
m3ta-nixpkgs.nixosModules.default

View File

@@ -15,6 +15,8 @@
{src = inputs.skills-vercel;}
];
extraPlugins = ["/home/sascha.koenig/p/AI/opencode-memory"];
# AZ-Gruppe LiteLLM endpoint + available models
extraSettings = {
provider = {

View File

@@ -12,7 +12,6 @@ in {
config = mkIf cfg.enable {
home.packages = with pkgs; [
anytype
evince
libreoffice-fresh
xournalpp

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;

View File

@@ -1,7 +1,7 @@
let
#SYSTEMS
AZ-CLD-1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItSijmU5YwcJcoshtmYxpxBaVA4TPaCMk23ws7KDkAH";
AZLT124-L = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIg/nFOPx763xIbepPsdYRE49R7HwvikXhLF/iPgH1Jh";
AZ-LT-NIX = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIg/nFOPx763xIbepPsdYRE49R7HwvikXhLF/iPgH1Jh";
AZ-PRM-1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID6gl9maUQ99I4t8mCAdfUw6lrA9NYx2EbwqGOmKts+l";
#USERS
@@ -9,7 +9,7 @@ let
jannik.mueller = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvZazSuIoWoRWhkAqQDMLeurxVUyy1MTllp1wfw1tzq";
users = [sascha.koenig];
systems = [AZ-CLD-1 AZLT124-L AZ-PRM-1];
systems = [AZ-CLD-1 AZLTNIX AZ-PRM-1];
in {
"secrets/server.crt.age".publicKeys = systems ++ users;
"secrets/server.key.age".publicKeys = systems ++ users;