Some checks failed
CI / Flake Check (push) Has been cancelled
CI / Evaluate Key Configurations (nix-builder) (push) Has been cancelled
CI / Evaluate Key Configurations (nix-desktop1) (push) Has been cancelled
CI / Evaluate Key Configurations (nix-laptop1) (push) Has been cancelled
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Has been cancelled
CI / Evaluate Artifacts (lxc-nix-builder) (push) Has been cancelled
CI / Build and Publish Documentation (push) Has been cancelled
CI / Format Check (push) Has been cancelled
11 lines
236 B
Nix
11 lines
236 B
Nix
# Host-specific secret configuration for nix-builder
|
|
{
|
|
# SSH host key should be readable by sshd
|
|
ssh_host_ed25519_key = {
|
|
mode = "0600";
|
|
owner = "root";
|
|
group = "root";
|
|
path = "/etc/ssh/ssh_host_ed25519_key";
|
|
};
|
|
}
|