screen capture no longer working
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
];
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = [ 9000 ];
|
||||
# require public key authentication for better security
|
||||
settings.PasswordAuthentication = false;
|
||||
settings.KbdInteractiveAuthentication = false;
|
||||
@@ -45,6 +46,21 @@
|
||||
X11UseLocalhost no
|
||||
'';
|
||||
};
|
||||
|
||||
##### Netbird Configuration
|
||||
services.netbird.clients.ppc = {
|
||||
#login = {
|
||||
#enable = true;
|
||||
#setupKeyFile = "${secretsDir}/netbird-setup-key";
|
||||
#};
|
||||
port = 51821;
|
||||
ui.enable = false;
|
||||
openFirewall = true;
|
||||
#openInternalFirewall = true;
|
||||
};
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"nb-ppc"
|
||||
];
|
||||
|
||||
/*
|
||||
system.activationScripts.addDefaultRoute = {
|
||||
|
||||
Reference in New Issue
Block a user