screen capture no longer working
This commit is contained in:
@@ -1,10 +1,26 @@
|
||||
{ lib, self, ... }:
|
||||
{ lib, self, pkgsUnstable, ... }:
|
||||
|
||||
# config that i use on all my hosts, that run native nixos
|
||||
# excluding for example my phone phone
|
||||
|
||||
{
|
||||
##system.stateVersion = "23.05"; # Did you read the comment?
|
||||
|
||||
##### Netbird Configuration
|
||||
services.netbird.package = pkgsUnstable.netbird;
|
||||
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"
|
||||
];
|
||||
|
||||
|
||||
# Select internationalisation properties.
|
||||
@@ -27,4 +43,3 @@
|
||||
${builtins.readFile "${self}/misc/my-hosts-t"}
|
||||
'';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user