Compare commits
4 Commits
a52250876b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ef7287c76e | |||
| 1614015fca | |||
| 0a215cb588 | |||
| e802e32e58 |
@@ -8,10 +8,7 @@ let
|
|||||||
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
||||||
|
|
||||||
getCfg = _: cfg: cfg.config.system.build.toplevel;
|
getCfg = _: cfg: cfg.config.system.build.toplevel;
|
||||||
hostToAgg = _: cfg: cfg;
|
|
||||||
|
|
||||||
getHome = _: cfg: cfg.config.home.activationPackage;
|
getHome = _: cfg: cfg.config.home.activationPackage;
|
||||||
homeToAgg = _: cfg: cfg;
|
|
||||||
|
|
||||||
# get per-system check derivation (with optional postfix)
|
# get per-system check derivation (with optional postfix)
|
||||||
mapSystems =
|
mapSystems =
|
||||||
@@ -27,15 +24,6 @@ rec {
|
|||||||
host = lib.mapAttrs getCfg outputs.nixosConfigurations;
|
host = lib.mapAttrs getCfg outputs.nixosConfigurations;
|
||||||
home = lib.mapAttrs getHome outputs.homeConfigurations; # homeConfigurations.alice.config.home.activationPackage
|
home = lib.mapAttrs getHome outputs.homeConfigurations; # homeConfigurations.alice.config.home.activationPackage
|
||||||
|
|
||||||
hosts = pkgs.releaseTools.aggregate {
|
|
||||||
name = "hosts";
|
|
||||||
constituents = lib.mapAttrsToList hostToAgg host;
|
|
||||||
};
|
|
||||||
homes = pkgs.releaseTools.aggregate {
|
|
||||||
name = "homes";
|
|
||||||
constituents = lib.mapAttrsToList homeToAgg home;
|
|
||||||
};
|
|
||||||
|
|
||||||
devChecks = pkgs.releaseTools.aggregate {
|
devChecks = pkgs.releaseTools.aggregate {
|
||||||
name = "devChecks";
|
name = "devChecks";
|
||||||
constituents = lib.flatten [
|
constituents = lib.flatten [
|
||||||
|
|||||||
@@ -86,21 +86,20 @@ in
|
|||||||
hostname = "pii";
|
hostname = "pii";
|
||||||
environment = defaultEnv // {
|
environment = defaultEnv // {
|
||||||
VERSION = "1.20.1";
|
VERSION = "1.20.1";
|
||||||
TYPE = "modrinth";
|
CF_SLUG = "prominence-2-hasturian-era";
|
||||||
MODRINTH_MODPACK = "prominence-2-fabric";
|
CF_FILENAME_MATCHER = "3.9.14hf";
|
||||||
MODRINTH_VERSION = "3.9.14hf";
|
|
||||||
USE_AIKAR_FLAGS = "false";
|
USE_AIKAR_FLAGS = "false";
|
||||||
USE_MEOWICE_FLAGS = "true";
|
USE_MEOWICE_FLAGS = "true";
|
||||||
USE_MEOWICE_GRAALVM_FLAGS = "true";
|
USE_MEOWICE_GRAALVM_FLAGS = "true";
|
||||||
DIFFICULTY = "hard";
|
DIFFICULTY = "hard";
|
||||||
ENABLE_COMMAND_BLOCK = "true";
|
ENABLE_COMMAND_BLOCK = "true";
|
||||||
MODRINTH_FORCE_SYNCHRONIZE = "true";
|
CF_FORCE_INCLUDE_FILES = ''
|
||||||
MODRINTH_FORCE_INCLUDE_FILES = ''
|
|
||||||
emi
|
emi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
extraOptions = defaultOptions;
|
extraOptions = defaultOptions;
|
||||||
log-driver = "local";
|
log-driver = "local";
|
||||||
|
environmentFiles = [ config.sops.secrets."docker/minecraft".path ];
|
||||||
};
|
};
|
||||||
#stop_signal: SIGTERM
|
#stop_signal: SIGTERM
|
||||||
#stop_grace_period: 5m
|
#stop_grace_period: 5m
|
||||||
|
|||||||
Reference in New Issue
Block a user