WIP: set up bpir3
This commit is contained in:
parent
2bedcc0fd3
commit
3cd0eb718e
6 changed files with 96 additions and 65 deletions
|
@ -36,6 +36,9 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
# needed to make wireguard managed by networkmanager route all traffic through it
|
||||
networking.firewall.checkReversePath = false;
|
||||
|
||||
networking.firewall.enable = true;
|
||||
services.openssh.openFirewall = false;
|
||||
|
||||
|
@ -93,6 +96,12 @@ in {
|
|||
services.samba.extraConfig = ''
|
||||
# client min protocol = NT1
|
||||
'';
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ lxqt.lxqt-policykit ]; # provides a default authentification client for policykit
|
||||
|
||||
|
||||
security.pki.certificateFiles = ["${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue