From d5b06c496dbdcb95e5107875e52725fece35be31 Mon Sep 17 00:00:00 2001 From: Sascha Koenig Date: Thu, 14 Aug 2025 11:10:59 +0200 Subject: [PATCH] minor changes --- home/features/desktop/coding.nix | 11 +++++++++++ hosts/m3-kratos/configuration.nix | 2 +- overlays/mods/n8n.nix | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/home/features/desktop/coding.nix b/home/features/desktop/coding.nix index 0a1f360..27c33ca 100644 --- a/home/features/desktop/coding.nix +++ b/home/features/desktop/coding.nix @@ -109,6 +109,17 @@ in { } ]; } + { + host = "192.168.1.152"; + port = 22; + nickname = "m3-daedalus"; + args = ["-i" "~/.ssh/m3tam3re"]; + "projects" = [ + { + paths = ["/home/m3tam3re/home-config"]; + } + ]; + } ]; auto_update = false; format_on_save = "on"; diff --git a/hosts/m3-kratos/configuration.nix b/hosts/m3-kratos/configuration.nix index 84da518..9f890ce 100644 --- a/hosts/m3-kratos/configuration.nix +++ b/hosts/m3-kratos/configuration.nix @@ -14,7 +14,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.kernelModules = ["amdgpu"]; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_6_15; services.xserver.videoDrivers = ["amdgpu"]; security.polkit.enable = true; security.pam.services.gdm.enableGnomeKeyring = true; diff --git a/overlays/mods/n8n.nix b/overlays/mods/n8n.nix index 008f93c..211bb86 100644 --- a/overlays/mods/n8n.nix +++ b/overlays/mods/n8n.nix @@ -12,6 +12,7 @@ prev.n8n.overrideAttrs (oldAttrs: rec { pnpmDeps = prev.pnpm_10.fetchDeps { pname = oldAttrs.pname; inherit version src; + fetcherVersion = 1; hash = "sha256-cZzrkxGVyH0gKzV/+2XQdzvks6m0nwR4Z5QnSPlxEJI="; };