Nixinate types
Some checks failed
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: NATURAL_LANGUAGE No errors were found in the linting process
Lint / lint (push) Successful in 24s
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gabriel Simmer 2024-05-16 21:29:52 +01:00
parent f33e2c6cc6
commit 84592f4d30
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -102,6 +102,18 @@
]; ];
format = "sd-aarch64-installer"; format = "sd-aarch64-installer";
}; };
kubernetes =
(kubenix.evalModules.aarch64-linux {
module = {kubenix, ...}: {
imports = [
kubenix.modules.k8s
./homelab/kubernetes.nix
];
};
})
.config
.kubernetes
.result;
}; };
packages.x86_64-linux = { packages.x86_64-linux = {
nextdns-rewrites = pkgs.writeText "$out" ( nextdns-rewrites = pkgs.writeText "$out" (
@ -153,12 +165,11 @@
}; };
}; };
}; };
apps = apps = {
nixinate.nixinate.x86_64-linux self x86_64-linux = {
// { nixinate = (nixinate.nixinate.x86_64-linux self).nixinate;
x86_64-linux = {
nextdns = { nextdns = {
type = "app"; type = "app";
program = toString (pkgs.writers.writePython3 "nextdns" { program = toString (pkgs.writers.writePython3 "nextdns" {
libraries = [ libraries = [
pkgs.python3Packages.requests pkgs.python3Packages.requests