fix: nix eval warnings
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
(element-desktop.override {
|
(element-desktop.override {
|
||||||
commandLineArgs = "--password-store=gnome-libsecret";
|
commandLineArgs = "--password-store=gnome-libsecret";
|
||||||
})
|
})
|
||||||
m3taHomeInputs.hermes-agent.packages.${pkgs.system}.desktop
|
m3taHomeInputs.hermes-agent.packages.${pkgs.stdenv.hostPlatform.system}.desktop
|
||||||
launch-webapp
|
launch-webapp
|
||||||
file-roller
|
file-roller
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
agenix-cli
|
agenix-cli
|
||||||
agent-browser
|
agent-browser
|
||||||
m3taHomeInputs.agent-lib.packages.${pkgs.system}.agent-lib-cli
|
m3taHomeInputs.agent-lib.packages.${pkgs.stdenv.hostPlatform.system}.agent-lib-cli
|
||||||
beads
|
beads
|
||||||
pi-coding-agent
|
pi-coding-agent
|
||||||
(qmd.override {
|
(qmd.override {
|
||||||
|
|||||||
@@ -44,107 +44,107 @@
|
|||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableDefaultConfig = false;
|
enableDefaultConfig = false;
|
||||||
matchBlocks = {
|
settings = {
|
||||||
"github.com" = {
|
"github.com" = {
|
||||||
hostname = "github.com";
|
HostName = "github.com";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
port = 22;
|
Port = 22;
|
||||||
identityFile = "~/.ssh/github";
|
IdentityFile = "~/.ssh/github";
|
||||||
};
|
};
|
||||||
"code.m3ta.dev" = {
|
"code.m3ta.dev" = {
|
||||||
hostname = "code.m3ta.dev";
|
HostName = "code.m3ta.dev";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/gitea";
|
IdentityFile = "~/.ssh/gitea";
|
||||||
};
|
};
|
||||||
"lkk-nix-1" = {
|
"lkk-nix-1" = {
|
||||||
hostname = "89.58.10.189";
|
HostName = "89.58.10.189";
|
||||||
user = "lkk-admin";
|
User = "lkk-admin";
|
||||||
identityFile = "~/.ssh/lkk-admin";
|
IdentityFile = "~/.ssh/lkk-admin";
|
||||||
};
|
};
|
||||||
"m3-r1" = {
|
"m3-r1" = {
|
||||||
hostname = "202.61.226.110";
|
HostName = "202.61.226.110";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-deck" = {
|
"m3-deck" = {
|
||||||
hostname = "192.168.178.193";
|
HostName = "192.168.178.193";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-kratos-vm" = {
|
"m3-kratos-vm" = {
|
||||||
hostname = "192.168.122.43";
|
HostName = "192.168.122.43";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-helios" = {
|
"m3-helios" = {
|
||||||
hostname = "192.168.178.210";
|
HostName = "192.168.178.210";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-ares" = {
|
"m3-ares" = {
|
||||||
hostname = "192.168.1.30";
|
HostName = "192.168.1.30";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-atlas" = {
|
"m3-atlas" = {
|
||||||
hostname = "152.53.85.162";
|
HostName = "152.53.85.162";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-hermes" = {
|
"m3-hermes" = {
|
||||||
hostname = "204.168.229.93";
|
HostName = "204.168.229.93";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"hermes" = {
|
"hermes" = {
|
||||||
hostname = "46.224.0.92";
|
HostName = "46.224.0.92";
|
||||||
user = "admin";
|
User = "admin";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-zelda" = {
|
"m3-zelda" = {
|
||||||
hostname = "95.217.189.186";
|
HostName = "95.217.189.186";
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-skynet" = {
|
"m3-skynet" = {
|
||||||
hostname = "m3-skynet";
|
HostName = "m3-skynet";
|
||||||
user = "admin";
|
User = "admin";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"m3-prox-1" = {
|
"m3-prox-1" = {
|
||||||
hostname = "192.168.1.110";
|
HostName = "192.168.1.110";
|
||||||
user = "root";
|
User = "root";
|
||||||
identityFile = "~/.ssh/m3tam3re";
|
IdentityFile = "~/.ssh/m3tam3re";
|
||||||
};
|
};
|
||||||
"shp-old" = {
|
"shp-old" = {
|
||||||
hostname = "95.217.3.250";
|
HostName = "95.217.3.250";
|
||||||
port = 2222;
|
Port = 2222;
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/self-host-playbook";
|
IdentityFile = "~/.ssh/self-host-playbook";
|
||||||
};
|
};
|
||||||
"shp-1" = {
|
"shp-1" = {
|
||||||
hostname = "95.217.189.186";
|
HostName = "95.217.189.186";
|
||||||
port = 2222;
|
Port = 2222;
|
||||||
user = "m3tam3re";
|
User = "m3tam3re";
|
||||||
identityFile = "~/.ssh/self-host-playbook";
|
IdentityFile = "~/.ssh/self-host-playbook";
|
||||||
};
|
};
|
||||||
"AZ-CLD-1" = {
|
"AZ-CLD-1" = {
|
||||||
hostname = "152.53.186.119";
|
HostName = "152.53.186.119";
|
||||||
user = "sascha.koenig";
|
User = "sascha.koenig";
|
||||||
port = 2022;
|
Port = 2022;
|
||||||
identityFile = "~/.ssh/sascha.koenig";
|
IdentityFile = "~/.ssh/sascha.koenig";
|
||||||
};
|
};
|
||||||
"AZ-PRM-1" = {
|
"AZ-PRM-1" = {
|
||||||
hostname = "192.168.152.76";
|
HostName = "192.168.152.76";
|
||||||
user = "sascha.koenig";
|
User = "sascha.koenig";
|
||||||
port = 2022;
|
Port = 2022;
|
||||||
identityFile = "~/.ssh/sascha.koenig";
|
IdentityFile = "~/.ssh/sascha.koenig";
|
||||||
};
|
};
|
||||||
"git.az-gruppe.com" = {
|
"git.az-gruppe.com" = {
|
||||||
hostname = "git.az-gruppe.com";
|
HostName = "git.az-gruppe.com";
|
||||||
port = 2022;
|
Port = 2022;
|
||||||
user = "sascha.koenig";
|
User = "sascha.koenig";
|
||||||
identityFile = "~/.ssh/sascha.koenig";
|
IdentityFile = "~/.ssh/sascha.koenig";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user