randoms
This commit is contained in:
parent
5fd49b6456
commit
6d9f7679f0
4 changed files with 18 additions and 10 deletions
|
@ -54,12 +54,17 @@
|
|||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./nginx.nix
|
||||
../../../components/nix/tailscale.nix
|
||||
(
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG90Gg6dV3yhZ5+X40vICbeBwV9rfD39/8l9QSqluTw8 nix2oracle"
|
||||
];
|
||||
components = {
|
||||
# NOTE we manually onboard this machine since it has no secrets uploaded to it
|
||||
tailscale.useSecretsAuth = false;
|
||||
};
|
||||
mods = {
|
||||
common = {
|
||||
disableRemoteBuildsOnLio = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue