mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ci): disable kasen builds
needs an aarch64-linux builder first!
This commit is contained in:
parent
9dd6c7326a
commit
06471a7b34
5 changed files with 22 additions and 3 deletions
|
|
@ -28,5 +28,9 @@ in {
|
||||||
packages.x86_64-linux.krb5-ldap
|
packages.x86_64-linux.krb5-ldap
|
||||||
legacyPackages.x86_64-linux.pkgs._389-ds-base
|
legacyPackages.x86_64-linux.pkgs._389-ds-base
|
||||||
];
|
];
|
||||||
|
openwebrx.inputs = [
|
||||||
|
packages.x86_64-linux.openwebrxplus
|
||||||
|
# TODO: packages.aarch64-linux.openwebrxplus
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"kasen": {
|
||||||
|
"network": {
|
||||||
|
"hostName": "kasen",
|
||||||
|
"networks": {
|
||||||
|
"int": null,
|
||||||
|
"local": null,
|
||||||
|
"tail": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"keycloak": {
|
"keycloak": {
|
||||||
"network": {
|
"network": {
|
||||||
"hostName": "keycloak",
|
"hostName": "keycloak",
|
||||||
|
|
|
||||||
|
|
@ -6,10 +6,11 @@
|
||||||
in rec {
|
in rec {
|
||||||
default = nixlib.composeManyExtensions [
|
default = nixlib.composeManyExtensions [
|
||||||
barcodebuddy
|
barcodebuddy
|
||||||
minecraft
|
|
||||||
krb5
|
krb5
|
||||||
|
minecraft
|
||||||
nfs
|
nfs
|
||||||
nginx
|
nginx
|
||||||
|
openwebrx
|
||||||
samba
|
samba
|
||||||
];
|
];
|
||||||
barcodebuddy = import ./barcodebuddy.nix;
|
barcodebuddy = import ./barcodebuddy.nix;
|
||||||
|
|
@ -18,6 +19,7 @@ in rec {
|
||||||
nfs = import ./nfs.nix;
|
nfs = import ./nfs.nix;
|
||||||
nginx = import ./nginx.nix;
|
nginx = import ./nginx.nix;
|
||||||
samba = import ./samba.nix;
|
samba = import ./samba.nix;
|
||||||
|
openwebrx = import ./openwebrxplus.nix;
|
||||||
deploy-rs = inputs.deploy-rs.overlays.default or inputs.deploy-rs.overlay;
|
deploy-rs = inputs.deploy-rs.overlays.default or inputs.deploy-rs.overlay;
|
||||||
arc = inputs.arcexprs.overlays.default;
|
arc = inputs.arcexprs.overlays.default;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,8 @@
|
||||||
freeipa-ipasam samba-ldap samba-ipa
|
freeipa-ipasam samba-ldap samba-ipa
|
||||||
krb5-ldap
|
krb5-ldap
|
||||||
nfs-utils-ldap
|
nfs-utils-ldap
|
||||||
barcodebuddy;
|
barcodebuddy
|
||||||
|
openwebrxplus;
|
||||||
|
|
||||||
nf-setup-node = let
|
nf-setup-node = let
|
||||||
reisen = ../systems/reisen;
|
reisen = ../systems/reisen;
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@ _: {
|
||||||
imports = [
|
imports = [
|
||||||
];
|
];
|
||||||
deploy.hostname = "10.1.1.139";
|
deploy.hostname = "10.1.1.139";
|
||||||
|
# TODO: get an aarch64-linux builder on aya!
|
||||||
|
ci.enable = false;
|
||||||
arch = "aarch64";
|
arch = "aarch64";
|
||||||
type = "NixOS";
|
type = "NixOS";
|
||||||
modules = [
|
modules = [
|
||||||
|
|
@ -13,4 +15,4 @@ _: {
|
||||||
sshd.enable = true;
|
sshd.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue