Update elara, jupiter

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-01 14:21:21 +01:00
parent 77baa2640f
commit 8975de670a
6 changed files with 24561 additions and 4 deletions

View File

@@ -7,4 +7,6 @@
tarball.configPath = ../../../.;
startMenuLaunchers = true;
};
security.sudo.wheelNeedsPassword = true;
}

View File

@@ -93,6 +93,6 @@
xserver.videoDrivers = [ "nvidia" ];
fstrim.enable = true;
tlp.settings.DISK_DEVICES = lib.mkDefault "nvme0n1 nvme1n1";
logind.lidSwitch = "ignore";
logind.settings.Login.HandleLidSwitch = "ignore";
};
}

View File

@@ -32,7 +32,6 @@ in
name = "authorized_keys";
text = lib.strings.concatStringsSep "\n" [
(builtins.readFile "${inputs.secrets}/domains/personal/id_ed25519.pub")
(builtins.readFile "${inputs.secrets}/domains/sas/id_globalprotect_ed25519.pub")
];
};
in

View File

@@ -12,8 +12,8 @@ pkgs.buildNpmPackage (finalAttrs: {
};
patches = [ ./package-lock.patch ];
makeCacheWritable = true;
makeCacheWritable = true;
npmDepsHash = "sha256-9RZCDzY9ETs7DPQfBxig92rhA2iCOOKVqwbUJeTGqrY=";
npmPackFlags = [ "--ignore-scripts" ];

View File

@@ -11,7 +11,10 @@ pkgs.buildNpmPackage (finalAttrs: {
hash = "sha256-ieRTXAYlF0IOt/dlXuHUGvvT1J+TYVWaoNQbYZFLOZ4=";
};
npmDepsHash = "sha256-m9HrEyHgKSsCX/nf1DsEdSEnUQkt8vsbaJ0T3ndu1JU=";
patches = [ ./package-lock.patch ];
npmDepsHash = "sha256-q1LUimy7rQe3cKMZEI0SflGeUhthykLpcvJz1oLSkfY=";
npmFlags = [ "--legacy-peer-deps" ];
homepage = "/web";

File diff suppressed because it is too large Load Diff