feat(flake,stevee-x13s): bump to 24.11
This commit is contained in:
parent
9f191484f9
commit
b782ec6f1d
10 changed files with 349 additions and 475 deletions
|
@ -125,91 +125,6 @@ in
|
|||
|
||||
containers = { };
|
||||
|
||||
# sops.secrets.holochain-nomad-agent-ca = {
|
||||
# sopsFile = ../../../../secrets/holochain-infra/nomad.yaml;
|
||||
# owner = config.users.extraUsers.nomad.name;
|
||||
# group = config.users.groups.nomad.name;
|
||||
# };
|
||||
# sops.secrets.holochain-global-nomad-client-cert = {
|
||||
# sopsFile = ../../../../secrets/holochain-infra/nomad.yaml;
|
||||
# owner = config.users.extraUsers.nomad.name;
|
||||
# group = config.users.groups.nomad.name;
|
||||
# };
|
||||
# sops.secrets.holochain-global-client-nomad-key = {
|
||||
# sopsFile = ../../../../secrets/holochain-infra/nomad.yaml;
|
||||
# owner = config.users.extraUsers.nomad.name;
|
||||
# group = config.users.groups.nomad.name;
|
||||
# };
|
||||
|
||||
# services.nomad = {
|
||||
# enable = true;
|
||||
# package = packages'.nomad;
|
||||
# enableDocker = false;
|
||||
# dropPrivileges = false;
|
||||
|
||||
# extraPackages = [
|
||||
# pkgs.coreutils
|
||||
# pkgs.nix
|
||||
# pkgs.bash
|
||||
# pkgs.gitFull
|
||||
# pkgs.cacert
|
||||
# ];
|
||||
|
||||
# settings = {
|
||||
# server.enabled = false;
|
||||
|
||||
# client = {
|
||||
# enabled = true;
|
||||
# server_join = {
|
||||
# retry_join = [
|
||||
# "infra.holochain.org"
|
||||
# ];
|
||||
# retry_interval = "60s";
|
||||
# };
|
||||
|
||||
# node_class = "testing";
|
||||
|
||||
# meta = {
|
||||
# inherit (pkgs.targetPlatform) system;
|
||||
|
||||
# features = builtins.concatStringsSep "," [
|
||||
# "poc-1"
|
||||
# "poc-2"
|
||||
# "ipv4-nat"
|
||||
# "nix"
|
||||
# "nixos"
|
||||
# "holoport"
|
||||
# ];
|
||||
|
||||
# machine_type = "baremetal";
|
||||
# };
|
||||
# };
|
||||
|
||||
# tls = {
|
||||
# http = true;
|
||||
# rpc = true;
|
||||
# ca_file = config.sops.secrets.holochain-nomad-agent-ca.path;
|
||||
# cert_file = config.sops.secrets.holochain-global-nomad-client-cert.path;
|
||||
# key_file = config.sops.secrets.holochain-global-client-nomad-key.path;
|
||||
|
||||
# verify_server_hostname = true;
|
||||
# verify_https_client = true;
|
||||
# };
|
||||
|
||||
# plugin.raw_exec.config.enabled = true;
|
||||
# };
|
||||
# };
|
||||
|
||||
# users.extraUsers.nomad.isNormalUser = true;
|
||||
# users.extraUsers.nomad.isSystemUser = false;
|
||||
# users.extraUsers.nomad.group = "nomad";
|
||||
# users.extraUsers.nomad.home = config.services.nomad.settings.data_dir;
|
||||
# users.extraUsers.nomad.createHome = true;
|
||||
# users.groups.nomad.members = ["nomad"];
|
||||
|
||||
# systemd.services.nomad.serviceConfig.User = "nomad";
|
||||
# systemd.services.nomad.serviceConfig.Group = "nomad";
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue