From b905b92e160c1ea7450ff013f22c1ed5fc49d84d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 10 Jan 2020 12:26:42 +0100 Subject: Add module for browsing CIFS shares --- system/settings/configuration/networking.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/settings/configuration/networking.nix (limited to 'system/settings/configuration') diff --git a/system/settings/configuration/networking.nix b/system/settings/configuration/networking.nix new file mode 100644 index 00000000..2e93a4ca --- /dev/null +++ b/system/settings/configuration/networking.nix @@ -0,0 +1,10 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ lxqt.lxqt-policykit ]; # provides a default authentification client for policykit + services.gvfs.enable = true; # enables gvfs + + imports = [ + ../services/zeroconf.nix + ]; +} -- cgit 1.4.1