Update elara, jupiter
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -7,4 +7,6 @@
|
||||
tarball.configPath = ../../../.;
|
||||
startMenuLaunchers = true;
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
}
|
||||
|
@@ -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";
|
||||
};
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -12,8 +12,8 @@ pkgs.buildNpmPackage (finalAttrs: {
|
||||
};
|
||||
|
||||
patches = [ ./package-lock.patch ];
|
||||
makeCacheWritable = true;
|
||||
|
||||
makeCacheWritable = true;
|
||||
npmDepsHash = "sha256-9RZCDzY9ETs7DPQfBxig92rhA2iCOOKVqwbUJeTGqrY=";
|
||||
npmPackFlags = [ "--ignore-scripts" ];
|
||||
|
||||
|
@@ -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";
|
||||
|
||||
|
24553
packages/shlink-web-client/package-lock.patch
Normal file
24553
packages/shlink-web-client/package-lock.patch
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user