chore: hostname AZLT124-L changed to AZ-LT-NIX
This commit is contained in:
15
flake.lock
generated
15
flake.lock
generated
@@ -539,17 +539,14 @@
|
|||||||
"openspec": "openspec"
|
"openspec": "openspec"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1774890264,
|
"lastModified": 1775018331,
|
||||||
"narHash": "sha256-ol7BhlYppMb8AN1USa6Sb9nu0BdOhebejq24fdm6qqI=",
|
"narHash": "sha256-EOUoKH+JHMj/c41qoW0Q1YIYUM/fyLJ/6raalxrQfQo=",
|
||||||
"ref": "refs/heads/master",
|
"path": "/home/sascha.koenig/p/NIX/nixpkgs",
|
||||||
"rev": "e915e5ea193d8bf6b87f37e43b333ed98656602c",
|
"type": "path"
|
||||||
"revCount": 203,
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"path": "/home/sascha.koenig/p/NIX/nixpkgs",
|
||||||
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"m3ta-nixpkgs_2": {
|
"m3ta-nixpkgs_2": {
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
# m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs";
|
||||||
# m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
|
m3ta-nixpkgs.url = "path:/home/sascha.koenig/p/NIX/nixpkgs";
|
||||||
#
|
#
|
||||||
llm-agents.url = "github:numtide/llm-agents.nix";
|
llm-agents.url = "github:numtide/llm-agents.nix";
|
||||||
|
|
||||||
@@ -181,13 +181,13 @@
|
|||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
AZLT124-L = inputs.nixpkgs-unstable.lib.nixosSystem {
|
AZ-LT-NIX = inputs.nixpkgs-unstable.lib.nixosSystem {
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/AZLT124-L
|
./hosts/AZ-LT-NIX
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
inputs.home-manager-unstable.nixosModules.home-manager
|
inputs.home-manager-unstable.nixosModules.home-manager
|
||||||
m3ta-nixpkgs.nixosModules.default
|
m3ta-nixpkgs.nixosModules.default
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
{src = inputs.skills-vercel;}
|
{src = inputs.skills-vercel;}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extraPlugins = ["/home/sascha.koenig/p/AI/opencode-memory"];
|
||||||
|
|
||||||
# AZ-Gruppe LiteLLM endpoint + available models
|
# AZ-Gruppe LiteLLM endpoint + available models
|
||||||
extraSettings = {
|
extraSettings = {
|
||||||
provider = {
|
provider = {
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ in {
|
|||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
anytype
|
|
||||||
evince
|
evince
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
xournalpp
|
xournalpp
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
powersave = false;
|
powersave = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
hostName = "AZLT124-L";
|
hostName = "AZ-LT-NIX";
|
||||||
};
|
};
|
||||||
systemd.services.disable-wifi-powersave = {
|
systemd.services.disable-wifi-powersave = {
|
||||||
description = "Disable WiFi power save";
|
description = "Disable WiFi power save";
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
system = "x86_64-linux";
|
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
|
# Configure nixpkgs to use unstable
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
}: let
|
}: let
|
||||||
serviceName = "n8n";
|
serviceName = "n8n";
|
||||||
portUtils = import ../../../lib/port-utils.nix {inherit lib;};
|
portUtils = import ../../../lib/port-utils.nix {inherit lib;};
|
||||||
servicePort = portUtils.getPort serviceName "AZLT124-L";
|
servicePort = portUtils.getPort serviceName "AZLTNIX";
|
||||||
in {
|
in {
|
||||||
services.${serviceName} = {
|
services.${serviceName} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
let
|
let
|
||||||
#SYSTEMS
|
#SYSTEMS
|
||||||
AZ-CLD-1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItSijmU5YwcJcoshtmYxpxBaVA4TPaCMk23ws7KDkAH";
|
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";
|
AZ-PRM-1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID6gl9maUQ99I4t8mCAdfUw6lrA9NYx2EbwqGOmKts+l";
|
||||||
|
|
||||||
#USERS
|
#USERS
|
||||||
@@ -9,7 +9,7 @@ let
|
|||||||
jannik.mueller = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvZazSuIoWoRWhkAqQDMLeurxVUyy1MTllp1wfw1tzq";
|
jannik.mueller = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPvZazSuIoWoRWhkAqQDMLeurxVUyy1MTllp1wfw1tzq";
|
||||||
|
|
||||||
users = [sascha.koenig];
|
users = [sascha.koenig];
|
||||||
systems = [AZ-CLD-1 AZLT124-L AZ-PRM-1];
|
systems = [AZ-CLD-1 AZLTNIX AZ-PRM-1];
|
||||||
in {
|
in {
|
||||||
"secrets/server.crt.age".publicKeys = systems ++ users;
|
"secrets/server.crt.age".publicKeys = systems ++ users;
|
||||||
"secrets/server.key.age".publicKeys = systems ++ users;
|
"secrets/server.key.age".publicKeys = systems ++ users;
|
||||||
|
|||||||
Reference in New Issue
Block a user