minor changes
This commit is contained in:
@ -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;
|
auto_update = false;
|
||||||
format_on_save = "on";
|
format_on_save = "on";
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.initrd.kernelModules = ["amdgpu"];
|
boot.initrd.kernelModules = ["amdgpu"];
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_6_15;
|
||||||
services.xserver.videoDrivers = ["amdgpu"];
|
services.xserver.videoDrivers = ["amdgpu"];
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
security.pam.services.gdm.enableGnomeKeyring = true;
|
security.pam.services.gdm.enableGnomeKeyring = true;
|
||||||
|
@ -12,6 +12,7 @@ prev.n8n.overrideAttrs (oldAttrs: rec {
|
|||||||
pnpmDeps = prev.pnpm_10.fetchDeps {
|
pnpmDeps = prev.pnpm_10.fetchDeps {
|
||||||
pname = oldAttrs.pname;
|
pname = oldAttrs.pname;
|
||||||
inherit version src;
|
inherit version src;
|
||||||
|
fetcherVersion = 1;
|
||||||
hash = "sha256-cZzrkxGVyH0gKzV/+2XQdzvks6m0nwR4Z5QnSPlxEJI=";
|
hash = "sha256-cZzrkxGVyH0gKzV/+2XQdzvks6m0nwR4Z5QnSPlxEJI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user