mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Disable ssh access to all nspawn containers
This commit is contained in:
parent
5b1fc56176
commit
79c0adff08
1 changed files with 1 additions and 4 deletions
|
|
@ -85,10 +85,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.secrets."tailscale-auth-key" = { };
|
sops.secrets."tailscale-auth-key" = { };
|
||||||
myConfig.tailscale = {
|
myConfig.tailscale.enable = true;
|
||||||
enable = true;
|
|
||||||
ssh.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}) containers;
|
}) containers;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue