☸️
Pinned Loading
-
Nixos Gnome RDP Remote Desktop
Nixos Gnome RDP Remote Desktop 1{
2# minimized for clarity.
3# Some of these might not be needed. After some trial and error
4# I got this working with these configs.
5# I do not have the patience to rn an elimination test.
-
Unset/Cleanup kubernetes context/con...
Unset/Cleanup kubernetes context/config/clusters/users/current-context 1kubectl config unset clusters && kubectl config unset contexts && kubectl config unset users && kubectl config unset current-context
-
Azure Bastion Network Security Group...
Azure Bastion Network Security Groups NSG 1resource "azurerm_subnet_network_security_group_association" "bastion-to-vm" {
2subnet_id = azurerm_subnet.this.id
3network_security_group_id = azurerm_network_security_group.bastion_to_pipelines.id
4}
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.