switch sway #128
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@ in {
|
|||
./desktop-secrets.nix
|
||||
./services/cups.nix
|
||||
./services/docker.nix
|
||||
./services/cifs.nix
|
||||
];
|
||||
fonts.fonts = with pkgs; [
|
||||
noto-fonts
|
||||
|
|
5
config/services/cifs.nix
Normal file
5
config/services/cifs.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [ pkgs.cifs-utils pkgs.lxqt.lxqt-policykit ];
|
||||
networking.firewall.extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
|
||||
services.gvfs.enable = true;
|
||||
}
|
Loading…
Reference in a new issue